Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

On JGrasps please using java 1. Skills Demonstrated: Utilize switch decision statement. Format double numbers to a fixed decimal point value. Ability to use the

On JGrasps please using java image text in transcribed
1. Skills Demonstrated: Utilize switch decision statement. Format double numbers to a fixed decimal point value. Ability to use the JOption Pane Class, program documentation with comments, readability with indentation and blank lines, and create variables. Follow naming conventions. 2. Instructions: Morning Brew Coffee Shop has a frequent buyer awards program for its customers based on the number of coffees they purchased each month. The scale to earn Award points follows: If a customer has not purchased any cups, they have earned 0 points. If a customer purchased 1 cup, they have earned 4 points. If a customer purchased 2 cups, they have earned 9 points. If a customer purchased 3 cups, they have earned 15 points. If a customer purchased 4 or more cups, they have earned 5.7 points per cup purchased (number of cups * 5.7) Write a program that utilizes dialog boxes and asks the user to enter the number of cups that they have purchased this month. Utilizing a switch statement, the program will then display, using dialog boxes, the number of cups purchased and the number of points awarded. Use the String.format Method to format the number of points to within 1 decimal place

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 Knowledge Discovery In Databases

Authors: Animesh Adhikari, Jhimli Adhikari

1st Edition

3319132121, 9783319132129

More Books

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago