Question: I need help witting a code in JAVA. Code a class encapsulating a queue of foods using a circular array. A food has the following

I need help witting a code in JAVA. Code a class encapsulating a queue of foods using a circular array. A food has the following attributes: its name, the number of calories per serving, and the number of servings per container. We will limit our queue to 100 foods. In addition to enqueuer, dequeuer, peek, and toString, add two more methods: a method that returns the average calories per serving of all the foods in the queue, and another method that returns the food item with the highest "total calories: (i.e., calories per serving times number of servings). You also need to include the appropriate client code to test your classes. Thank you to whom ever helps

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!