Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# or this project you will be building sandwich objects and allowing users to order. Sandwich Class Properties for this class Meat Sandwich Number Price
C#
or this project you will be building sandwich objects and allowing users to order.
Sandwich Class
- Properties for this class
- Meat
- Sandwich Number
- Price
- Calories
- Notes (This is for toppings requested)
- You must have a constructor
Main Program
- Offer a Company Header Line
- You will need an array or list of Sandwich Objects
- Populate this array with 10 sandwiches
- must use the constructor
- Menu
- Employee
- Must prompt user for username and password
- After 3 attempts they get kicked out of the program
- Customer Menu
- Employee
- Employee
- User can edit sandwich properties
- Give menu where the employee can modify a sandwich
- Allow user to modify any aspect of the sandwich properties.
- Customer
- Must loop until the user is finished entering sandwich orders
- Must save the orders to an array or list for future use in totaling
- Once order is complete:
- Calculate the 5.5% sales tax
- Show out the entire order
- Show out the subtotal
- Show out the tax amount
- Show out the grand total
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