Prompt the user to input two integers firstnum and secondnum


The directions are really very complex, and it is tough to really get a handle on what is being asked, much less where to begin with this program. Here is the basics. I am to write a program that uses while loops to perform the following:** Prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).** Output all the odd numbers between firstNum and secondNum inclusive.** Output the sum of all the even numbers between firstNum and secondNum inclusive.** Output all the numbers and their squares between 1 and 10.** Output the sum of the squares of all the odd numbers between firstNum and secondNum inclusive.** Output all the uppercase letters.Note: The explanation also states to write a single application class with just a main method that contains all six algorithms. Not sure what all this means, but I am trying to work on it now. Any help would be appreciated. Thanks.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Prompt the user to input two integers firstnum and secondnum
Reference No:- TGS0144994

Expected delivery within 24 Hours