Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need Help in Java in english I am useing Java SDK and Eclipse IDE for Java You operate several hot dog stands distributed throughout town.

Need Help in Java in english I am useing Java SDK and Eclipse IDE for Java

You operate several hot dog stands distributed throughout town. Define a class named HotDogStand that has an instance variable for the hot dog stands ID number and an instance variable for how many hot dogs the stand has sold that day. Create a constructor that allows a user of the class to initialize both values. Also create a method named justSold that increments by one the number of hot dogs the stand has sold. The idea is that this method will be invoked each time the stand sells a hot dog so that you can track the total number of hot dogs sold by the stand. Add another method that returns the number of hot dogs sold. Finally, add a static variable that tracks the total number of hot dogs sold by all hot dog stands and a static method that returns the value in this variable. Write a main method to test your class with at least three hot dog stands that each sell a variety of HotDogs. Your main method should asks user to enter command. A command can be "sold", which in result would ask for cart number and increment its pointer. Another command can be "print", which will also asks for cart number and print how many hotdogs that cart sold. One command would be "print-all", that will result in printing how many HotDogs were sold by all carts. Call Static method of HotDogStand for "print-all". Lastly, anything else will terminate the program.

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

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Define Administration and Management

Answered: 1 week ago

Question

Define organisational structure

Answered: 1 week ago

Question

Define line and staff authority

Answered: 1 week ago

Question

Define the process of communication

Answered: 1 week ago

Question

Were all members comfortable brainstorming in front of each other?

Answered: 1 week ago

Question

5. What information would the team members need?

Answered: 1 week ago