Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in java Problem Description: Write a program that reads the subtotal and the gratuity rate, then computes the gratuity and total. For example, if the

in java Problem Description:
Write a program that reads the subtotal and the gratuity rate, then computes
the gratuity and total.
For example, if the user enters 10 for subtotal and 15% for gratuity, the program
displays $1.5 as gratuity and $11.5 as total.
Sample run 1: (red indicates a user input)
Enter the subtotal and a gratuity rate: 1015
The gratuity is $1.5 and total is $11.5
Sample run 2:
Enter the subtotal and a gratuity rate: 112.2520
The gratuity is $22.45 and total is $134.7
Once done, export or zip your project and submit the zip file with the name HW1_1.
*See the Export a NetBeans project to zip file PDF file posted in the Student
Resources module for instructions on how to export your project.

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

More Books

Students also viewed these Databases questions

Question

What are some limitations of financial ratio analysis?

Answered: 1 week ago