Question: ASSESSMENT DESCRIPTION: Your task is to design, develop and test an application using Java Programming language for the below customer requirement for their cafe in

ASSESSMENT DESCRIPTION: Your task is to design, develop and test an application using Java Programming language for the below customer requirement for their cafe in Darwin CBD. Bristo Coffee shop charges $3.80 for a cup of coffee, and offers the add-ins shown below Product Price ($) Whipped cream 0.89 Cinnamon 0.25 Chocolate sauce 0.59 Amaretto 1.50 Irish whiskey 1.75 Design, Develop and test the logic for an application that allows a user to enter ordered add-ins continuously until a sentinel value is entered. After each item, display its price or the message Sorry, we do not carry that as output. After all items have been entered, display the total price for the order. DESIGN TASK1: Draw a Flowchart and Pseudocode for required functionalities of program DEVELOPMENT TASK 2 1. Display the welcome message (Student ID, Student Name) 2. Coffee base price $3.80 3. Show the Add-in Menu with caf title(name) using a loop structure unless a sentinel value is selected. 4. Save selected add-in item ID in an array and add the items price to the total price using suitable selection structure 5. Error handling should take care of wrong choices/items which are not in the list. 6. Display the docket a. Caf name and address b. Coffee price c. Selected add-in item name and price using loop d. Total amount due 7. Exit Message

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!