Hi every body
I have about while loops and I just answered Q: a & b plz help me
**Write a program that user while loops to perform the following steps:
a)Prompt the user to input two integers: firstNum and secondNum.
(firstNum must be less than secondNum.) .
b)Output all the odd numbers between firstNum and secondNum inclusive.
c)Output the sum of all the even number between firstNum and secondNum inclusive.
d)Output all the numbers and their squares between 1 and 10 .
e)Output the sum of the squares of all the odd numbers between firstNum and secondNum inclusive.
f)Output all the uppercase letters.