[SOLVED] SOLVED:add a drink, compute their total price, search a drink, list drinks, quit, display menu to a user.

30.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

The Assignment 5 class displays a menu of choices // (add a drink, compute their total price, search a drink, list drinks, // quit, display menu) to a user. // Then it performs the chosen task. It will keep asking a user to // enter the next choice until the choice of ‘Q’ (Quit) is // entered.// ArrayList object is used to store drink objects// calls drinkList array, passes parse method with input info, adding it to the drink list array// iterating over the size of the drinkList array, and computing for each individual drink//

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.