C++ Help 2. The base price of a burger is $5. All monetary values must be represented as a decimal. 3. Give the user a choice of patty using grouped radio buttons 4. Give the user a choice of how many...



C++ Help


2. The base price of a burger is $5. All monetary values must be represented as a decimal.
3. Give the user a choice of patty using grouped radio buttons
4. Give the user a choice of how many extra patties they want on their burger. The price of the burger includes 1 patty, this is to ask them how they may want in addition. Each additional patty is $.50. Valid entries are 0 to 3 and must be represented by a Slider control.
5. Users can select if they want cheese via a CheckBox or other yes/no control.
6. Users can select if they want bacon, this will add $1 to the cost. You can use a CheckBox or other yes/no entry mechanism.
7. Ask the user for instructions about how they want their burger and any additional toppings via Textbox. This entry is optional.
8. Ask the user for their name in a TextBox. This field is mandatory. The field must be highlighted if there is an error.
9. A custom option of your choice using whatever selection criteria you want. It must be a required field and the value incorporated into the final output in some way.
10. You must use different colors for the title, the summary, and any errors.
11. The summary must include the total cost of the order formatted as currency.


Hot Reload<br>Hamburger Heaven Kiosk<br>Hamburger Heaven Kiosk<br>All Burgers start at $5<br>Beef<br>Patty Type<br>O Veggie<br>O Beyond Beef<br>Extra Patties?<br>so.50 each<br>Options Cheese<br>Bacon($1.00) M<br>Other<br>mayo and sardines<br>Name on Order Antthony<br>Cost $7.00<br>Finalize Order<br>Output via MessageBox:<br>Order Details<br>Thank you for your order Antthony!<br>You ordered a 3 Veggie patty burger with cheese and bacon.<br>We will try to honor your custom request of mayo and sardines.<br>Your order total is $7.00.<br>OK<br>

Extracted text: Hot Reload Hamburger Heaven Kiosk Hamburger Heaven Kiosk All Burgers start at $5 Beef Patty Type O Veggie O Beyond Beef Extra Patties? so.50 each Options Cheese Bacon($1.00) M Other mayo and sardines Name on Order Antthony Cost $7.00 Finalize Order Output via MessageBox: Order Details Thank you for your order Antthony! You ordered a 3 Veggie patty burger with cheese and bacon. We will try to honor your custom request of mayo and sardines. Your order total is $7.00. OK
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here