Question: Part 1) The pseudocode will be written in a Document file (Word, WordPad, etc.). Write a pseudocode for the following problem before you write your

 Part 1) The pseudocode will be written in a Document file

Part 1) The pseudocode will be written in a Document file (Word, WordPad, etc.). Write a pseudocode for the following problem before you write your Raptor code. Part 2) Use Raptor for the following problem helping a local restaurant in their check processing. We like to process a set of restaurant checks/bills. Ask for the number of checks. Make sure the user inputs a positive number more than 0 for the number of checks. You need to continue asking for a valid number of checks until valid data is entered. For each check, in the following order, ask for the name of the server, the amount of check, the number of patrons for the check and the day of the week (Monday, etc.). If the number of patrons is 8 or less, tip is 15% of the check. If the number of patrons is more than 8, tip is 18% of the check. If the day of the week is tuesday, apply a 10% discount to the grand total amount of the check. You can assume that the day of the week is always entered in lower case. Assume the tax rate is 8.5%. Note that the tip and the tax are calculated based on the original bill amount. a) b) c) d) Calculate and display the grand total of all checks. e) Calculate and display the grand total of all discount amounts

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!