Question: 1. create a class called hamburger 2. private data for hamburger bool lettuce bool cheese bool onions int pattys 3. make the hamburger linkable 4.
1. create a class called hamburger
2. private data for hamburger
bool lettuce
bool cheese
bool onions
int pattys
3. make the hamburger linkable
4. in main ask the user how many hamburgers they want
then create a link list of hamburgers allowing the user to choose toppings and the number of patties.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
