Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Advances In Databases And Information Systems 25th European Conference Adbis 2021 Tartu Estonia August 24 26 2021 Proceedings Lncs 12843

Authors: Ladjel Bellatreche ,Marlon Dumas ,Panagiotis Karras ,Raimundas Matulevicius

1st Edition

3030824713, 978-3030824716

More Books

Students also viewed these Databases questions