Menu

Using C Program Create Order Entry Screen Program C Give Total Individual Pizza Order Pizz Q43898510

Using C# Program.

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

Have a button to calculate the subtotal (pizza choice andwhether there is a drink or not on the order), tax (.07 of thesubtotal) and the total (subtotal plus tax). Put these calculatedvalues into labels on the screen for the user. Also have anotherlabel show a message to show the customer’s pizza is ready withtheir name from the textbox.

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

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

Expert Answer


Answer to Using C# Program. Create an order entry screen program in C# to give a total for an individual pizza order. The Pizza or…

OR