Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

CS 0007 Assignment 1 Spring 2014 Assignment 1 : Coffee Shop Program Deadline : S

ID: 3550059 • Letter: C

Question

CS 0007 Assignment 1 Spring 2014 Assignment 1: Coffee Shop Program

Deadline: Sunday, February 9 at 11:59pm

Description

Your assignment is to write a program called CoffeeShop (in the file CoffeeShop.java) that simulates a virtual coffee shop, allowing the user to select an item to purchase, along with the quantity of that item. After obtaining the item selection and desired quantity from the user, your program should calculate the cost, tax, discount, and final cost, then display these to the user.

Program Requirements

Your program must run as follows:

a. Prompt the user for his/her name. Read the user

Explanation / Answer