Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

tudy guidef 17 [Read-Only] Word erences Mailings Review View Develop a working C# program for a pizzashop. The pizza shop sells 4 types ofom (Beef

image text in transcribed
tudy guidef 17 [Read-Only] Word erences Mailings Review View Develop a working C# program for a pizzashop. The pizza shop sells 4 types ofom (Beef Cheese. Supreme and Anchovy). The pizzas are available in one size only, large. The employee will eater the munber of pizzas for each pizza type for each order. The program will compute and display a: subtotal delivery charge if the pizza is delivered discount of 10% ifmore than 3 pizzas are ordered . total due. The interface will cotain two radio buttons that display a takeout or delivery option Delivery charge is 1.50 Pizza prices are as follows: Cheese- 10.00 Beef-12.00 Ancbovy- 13.00 Supreme- 15.00 1. Create the user interface (35) a. Create labels, buttons, radio buttons, and text boxes b. Set tab indexes and assign access keys to the proper controls c Your form and any control you will refer to in code should have a meaningful name. d. Set corect button as default button 2 Create a slearlabels0 method that clears the label controls in the interface(10) 3. Code the Clear button so it clears all text box controls, calls the clearlabels0 method, selects the takeout radio button and sets the focus to the Customer Name textbox (5) 4 Code the exit button so it closes the form. (5) 5. Code the calculate button (40) a. Be sure to use try and catch 6 Clear the labels when any value in the pizza text boxes change, a radio button is changed(5) use your clearlabels0 method

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Why is land depreciated if there is a decommissioning cost?

Answered: 1 week ago