. Write a program that prompts the user for an integer n between 1 and 100. If the number is outside the range, it should keep asking the user for a valid number. The program computes and prints at the end two things:
a.The sum of the numbers from 1 to n.
b.The average of the numbers from 1 to n.