Write a program that will asks the user for a positive integer input. Print the even numbers between 1 and the inputted number on the screen.
2.2. Write a program that will compute the sum of the first N odd numbers.
Example: If the value of N is 5, then the sum of the first 5 odd numbers is 25, that is, 1 + 3 + 5 + 7 + 9