1) Write down a program utilizing the Small Basic which prompts the user to input two integers: firstNum and secondNum (firstNum should be less than secondNum). Then utilizing the firstNum and secondNum:
a) Output all the odd numbers between the firstNum and the secondNum.
b) Output the sum of all the even numbers between firstNum and secondNum.
c) Output all the numbers and their squares between 1 and 10.
d) Output the sum of the squares of all the odd numbers between the firstNum and the secondNum.
e) Output all the uppercase letters of alphabet.