Question: This is JAVA programming Project Objectives: 1. Declare variables 2. Use Scanner and String objects 3. Do arithmetic operations, including /, % 4. Use basic

This is JAVA programming

Project Objectives:

1. Declare variables

2. Use Scanner and String objects

3. Do arithmetic operations, including /, %

4. Use basic data types int

Description of the Problem:

Write a program that asks the user input a change between 1 and 99 cents. The program

then will display it in amount of quarters, dime, nickels and pennies.

Example run 1: (the bold Italic numbers/strings are input):

Enter a change between 1 and 99 cents:

68

You have change 68 cents. That is:

2 quarters

1 dimes

1 nickels

3 pennies

Example run 2:

Enter a change between 1 and 99 cents:

97

You have change 97 cents. That is:

3 quarters

2 dimes

0 nickles

2 pennies

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!