Question: I am having a problem with getting this program to run. I was wondering if you could help me? This program is in Java Programming
I am having a problem with getting this program to run. I was wondering if you could help me? This program is in Java Programming 1.

Project 2: Tip Calculator Programming Instructions 1. Create an application named yourInitials_Programming Project2 that calculates three options for an appropriate tip to leave after a meal at a restaurant. 2. Make comments including your name, date, and project name, as well as appropriate programming throughout your document. Your comments should refer to the step number. 3. Create code to print title, create Scanner object, and declare continue choice variable. 4. Create a while statement that makes the application continue only if the user enters "y" or "Y" to continue. 5. Create and call a method that ask the user to continue. 6. Create and call a BigDecimal method that with get, validate, and return the user input. 7. Create NumberFormat objects for percentages and currency. 8. Create a for loop that will calculate tips beginning at 15%, stop at 25%, increment by 5%. 9. Create code to calculate tip and total using Big Decimal. 10.Create code to display tips and totals. Console Tip Calculator Cost of meal: 52.31 155 Tip amount: Total amount: $7.85 $60.16 205 Tip amount: Total amount: $10.46 $62.77 25 Tip amount: Total Amount: $13.00 $65.39 Continue? (y): 1 Specifications The application should calculate and display the cost of tipping at 15%, 20%, and 25%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
