Question: // Decrease the given amount from the balance. If the amount exceeds the balance, // return false since the purchase would fail. The balance should
// Decrease the given amount from the balance. If the amount exceeds the balance, // return false since the purchase would fail. The balance should not change in that case. // Otherwise return true and decrease the balance accordingly. public boolean purchase(double amount) { //-----------Start below here. To do: approximate lines of code = 5 //
Step by Step Solution
There are 3 Steps involved in it
Heres a simple Java method to implement the purchase function bas... View full answer
Get step-by-step solutions from verified subject matter experts
