Problem:
Question- Write a Python file with statements that do the following:
- Prompt the user to enter 4 numbers, each on a separate line
- Compute and print the sum of the numbers
- Compute and print the average of the numbers
Question- Write a Python file with statements that do the following:
Prompt the user to enter an amount of money in cents, less than 100.
b) Print a message that tells the user how to make change for the amount of money, using quarters, dimes, nickels, and pennies.
Please show the work done on Python file.