Tasks
Write a program that prints
Lab 2 written by YOURNAME and calls two methods:
1. Input the number of quarters, dimes, nickels, and pennies from the user. Print out the number of coins and total value in dollars.
2. Input the number of cents from the user. Determine and print out the number of quarters, dimes, nickels, and pennies to add up to that number of cents. No, you can't use all pennies.