Question: Write the program using Java and eclipse 1.3 Correct Change. Write a program to assist a cashier with determining correct change. The program should have

Write the program using Java and eclipse
1.3 Correct Change. Write a program to assist a cashier with determining correct change. The program should have one input, the number of cents to return to the customer. The output should be the appropriate change in quarters, dimes, nickels and cents. Hint: Consider how integer division (1) and integer remainder (Mod) can be used as part of your solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
