Menu

Using Windows Forms C Program Create Order Entry Screen Program C Give Total Individual Pi Q43898816

Using Windows Forms in 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 tocalculate the subtotal (pizza choice and whether there is a drinkor not on the order), tax (.07 of the subtotal) and the total(subtotal plus tax). Put these calculated values into labels on thescreen for the user. Also have another label show a message to showthe customer’s 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, thecheckbox for the drink should be unchecked, and textbox and themessage label should be cleared. Make sure to rename the buttonsand the output labels, they should not be named “button1”,“label1”, they should have descriptive names as will be discussedin class.

Expert Answer


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

OR