subject

You will open a restaurant that sells three items: Salad ($3.50 each), Pizza ($7.25 each), and Ice Cream ($5.50). Your restaurant will do the following: Ask the user if they want Salad then Pizza then Ice Cream In all cases, you are prompting them for a yes/no answer. For yes they can type 'y' or 'Y', and for no they can type 'n' or 'N' If they want an item, find out how many The user must not be allowed to order less than zero of an item, if they do, simply set the amount they order to zero. Ask them for their age, this will affect the discount Anyone 55 or older gets a 10% discount off the total cost AFTER tax Anyone 8 or younger gets all the ice cream they want for FREE! (This is not taxed!) Display a cost per item (before any discounts), a subtotal (before any discounts), a tax amount, a discount amount, and a grand total Tax is 25% (yikes!)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 11:00
What is the name of the sound effect that danny hears
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
A. in packet tracer, only the server-pt device can act as a server. desktop or laptop pcs cannot act as a server. based on your studies so far, explain the client-server model.
Answers: 2
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
question
Computers and Technology, 24.06.2019 13:30
Consider jasper’s balance sheet. which shows how to calculate jasper’s net worth?
Answers: 1
You know the right answer?
You will open a restaurant that sells three items: Salad ($3.50 each), Pizza ($7.25 each), and Ice C...
Questions
question
History, 27.07.2021 18:50
question
English, 27.07.2021 18:50
Questions on the website: 13722359