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

Looking for solution of this Assignment?

WHY CHOOSE US?

We deliver quality original papers

Our experts write quality original papers using academic databases.We dont use AI in our work. We refund your money if AI is detected  

Free revisions

We offer our clients multiple free revisions just to ensure you get what you want.

Discounted prices

All our prices are discounted which makes it affordable to you. Use code FIRST15 to get your discount

100% originality

We deliver papers that are written from scratch to deliver 100% originality. Our papers are free from plagiarism and NO similarity.We have ZERO TOLERANCE TO USE OF AI

On-time delivery

We will deliver your paper on time even on short notice or  short deadline, overnight essay or even an urgent essay