Question: The problem The code to edit Exercise 2.62 Rewrite the printTicket method so that it declares a local variable, amountLeftToPay. This should then be initialized
The problem
The code to edit Exercise 2.62 Rewrite the printTicket method so that it declares a local variable, amountLeftToPay. This should then be initialized to contain the difference between price and balance. Rewrite the test in the conditional statement to check the value of amountLeftToPay. If its value is less than or al to zero, a ticket should be printed; otherwise, an error message should be printed stating the amount left to pay. Test your version to ensure that it behaves in exactly the same way as the original version. Make sure that you call the method more than once, when the machine is in different states, so that both parts of the conditional statement will be executed on separate occasions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
