laboratory 1 1

Create a program that:

  1. Asks the user to input a number of cents
  2. Calculates and displays the number of quarters, dimes, nickels, and pennies that should be used to reach the value. EX: 67 cents would be 2 quarters, 1 dime, 1 nickel, and 2 pennies
  3. Calculates and display the total number of coins to be given back, ie 6 coins for above

** ensure that the Lab 1 assignment is capable of being compiled and run without error in the Tuffix environment.

The most common change that will have to be made is the removal of system(“pause”)**