Question
To be done in C# Windows Forms We need a simple Form for a fast food restaurant where a user can select a pizza and
To be done in C# Windows Forms
We need a simple Form for a fast food restaurant where a user can select a pizza and a coke.
There is only Cheese Pizza and Pepperoni Pizza.
There is only Small Coke or Large Coke.
The user can select either cheese Pizza or Pepperoni Pizza or both (checkBox) and can select either Small Coke or Large Coke (Radio Button).
Cheese pizza is 5.99 and Pepperoni is 6.99. Small Coke is 1.99 and Large Coke is 2.99.
When the user selects what he needs he will click on a "Pay" button which will show him the total amount and will also change the background color to light blue.
There will be a cancel order button that will reset everything.
Appropriate names for components should be used.
This is simple homework just to practice creating Forms.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started