Question: Using Java Problem 1: [10 marks] Find denominations (filename: Find Denominations.java) Design an algorithm (put it in the external documentation file) and then write a
Problem 1: [10 marks] Find denominations (filename: Find Denominations.java) Design an algorithm (put it in the external documentation file) and then write a program that asks the user to enter an amount of money from 0 to 99 cents. The program then calculates and displays the number of coins from each denomination: quarters (25 cents), dimes (10 cents), nickels (5 cents), and cents. For example, if the user enters 93, your program should display There are 3 quarters, 1 dimes, 1 nickels, and 3 cents in 93 cents
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
