Question: Using C# Program. Create an order entry screen program in C# to give a total for an individual pizza order. The Pizza order should have

Using C# Program.

Create an order entry screen program in C# to give a total for an individual pizza order. The Pizza order should have radio buttons for small $7, medium $9, and large $12 choices for the pizza. There should be a checkbox for drink (where a drink is $2 added if it is checked and nothing added if it is not checked. Include a textbox for the customers name.

Have a button to calculate the subtotal (pizza choice and whether there is a drink or not on the order), tax (.07 of the subtotal) and the total (subtotal plus tax). Put these calculated values into labels on the screen for the user. Also have another label show a message to show the customers pizza is ready with their name from the textbox.

Include a button to clear the order, it should clear the textbox, set the radio buttons back to having the large one selected, the checkbox for the drink should be unchecked, and textbox and the message label should be cleared.

Make sure to rename the buttons and the output labels, they should not be named button1, label1, they should have descriptive names as will be discussed in class.

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!