At a coffee shop , a coffee cost $1. Each coffee you purchase, earns one star. Seven stars earns a free coffee. In turn, that free coffee earns another star. Ask the user how many dollars they will spend, then output the number of coffees that will be given and output the number of stars remaining. Use A loop. Please Write in Java and use the test case examples as reference.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
At a coffee shop , a coffee cost $1. Each coffee you purchase, earns one star. Seven stars earns a free coffee. In turn, that free coffee earns another star. Ask the user how many dollars they will spend, then output the number of coffees that will be given and output the number of stars remaining. Use A loop. Please Write in Java and use the test case examples as reference.
Test Case 12
How many dollars will you spend? n
25 ENTER
Coffees: 29 \n
Stars remaining: 1 \n
Test Case 13
How many dollars will you spend? \n
38 ENTER
Coffees: 44 \n
Stars remaining: 2 \n
Test Case 14
How many dollars will you spend? \n
50 ENTER
Coffees: 58 \n
Stars remaining: 2 \n|
Test Case 15
How many dollars will you spend?\n
38654 ENTER
Coffees: 45096 \n
Stars remaining: 2 \n
Transcribed Image Text:Test Case 12 How many dollars will you spend? n 25 ENTER Coffees: 29 \n Stars remaining: 1 \n Test Case 13 How many dollars will you spend? \n 38 ENTER Coffees: 44 \n Stars remaining: 2 \n Test Case 14 How many dollars will you spend? \n 50 ENTER Coffees: 58 \n Stars remaining: 2 \n| Test Case 15 How many dollars will you spend?\n 38654 ENTER Coffees: 45096 \n Stars remaining: 2 \n
Test Case 1
How many dollars will you spend? \n
1 ENTER
Coffees: 1 \n
Stars remaining: 1\n
Test Case 2
How many dollars will you spend? \n
2 ENTER
Coffees: 2 \n
Stars remaining: 2 \n
Test Case 3
How many dollars will you spend? \n
3 ENTER
Coffees: 3 \n
Stars remaining: 3 \n|
Test Case 4
How many dollars will you spend? \n
4ENTER
Coffees: 4 \n
Stars remaining: 4 \n
Transcribed Image Text:Test Case 1 How many dollars will you spend? \n 1 ENTER Coffees: 1 \n Stars remaining: 1\n Test Case 2 How many dollars will you spend? \n 2 ENTER Coffees: 2 \n Stars remaining: 2 \n Test Case 3 How many dollars will you spend? \n 3 ENTER Coffees: 3 \n Stars remaining: 3 \n| Test Case 4 How many dollars will you spend? \n 4ENTER Coffees: 4 \n Stars remaining: 4 \n
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education