The writer is very fast, professional and responded to the review request fast also. Thank you.
The goal of this question is to design a cash register program in Java. Your register currently has the following notes/coins within it:
· One Pence: .01
· Two Pence: .02
· Five Pence: .05
· Ten Pence: .10
· Twenty Pence: .20
· Fifty Pence: .50
· One Pound: 1
· Two Pounds: 2
· Five Pounds: 5
· Ten Pounds: 10
· Twenty Pounds: 20
· Fifty Pounds: 50
The aim of the program is to calculate the change that has to be returned to the customer with the least number of coins/notes. Note that the expectation is to have an object-oriented solution – think about creating classes for better reusability.
INPUT
Your program should read lines of text from standard input (this is already part of the initial template). Each line contains two numbers which are separated by a semicolon. The first is the Purchase price (PP) and the second is the cash(CH) given by the customer.
output
For each line of input print a single line to standard output which is the change to be returned to the customer. If CH == PP, print out Zero. If CH > PP, print the amount that needs to be returned (in terms of the currency values). Any other case where the result is an error, the output should be ERROR.
The output should the change from highest to lowest denomination.
Test 1
11.25 20
Five Pounds, Two Pounds, One Pound, Fifty Pence, Twenty Pence, Five Pence
Test 2
8.75 50
Twenty Pounds, Twenty Pounds, One Pound, Twenty Pence, Five Pence
Test 3
20 10
ERROR
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more