Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use java programming ASSESSMENT DESCRIPTION: Your task is to design, develop and test an application using Java Programming language for the below customer requirement for
use java programming
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 Display the welcome message (Student ID, Student Name) 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. Save selected add-in item ID in an array and add the items price to the total price using suitable selection structure Error handling should take care of wrong choices/items which are not in the list Display the docket a. Caf name and address Coffee price Selected add-in item name and price using loop d. Total amount due Exit Message 7Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started