Write a program that uses loop o perform the following steps:
a.Prompt the user to input two integers: firstNum and secondNum (Use 3 for the firstNum and 15 for the secondNum).
b.Output the sum of the square of the odd and even numbers between the two numbers.