Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 3 C: Coins. We are going to design a program that determines the values of coins in a jar. The program will prompt the

Lab3C: Coins. We are going to design a program that determines the values of coins in a jar. The program will prompt the user to enter the number coins (i.e. quarters, dimes, nickels, and pennies). It will then print out the number of coins entered for each coin type on separate lines and calculates the total amount of money in the jar. An example run is shown below. The user input is in bold.
Sample run 1:
Enter the number of quarters: 2
Enter the number of dimes: 2
Enter the number of nickels: 2
Enter the number of pennies: 2
You entered 2 quarters.
You entered 2 dimes.
You entered 2 nickels.
You entered 2 pennies.
Your total is 0 dollars and 82 cents.
Sample run 3:
Enter the number of quarters: 2
Enter the number of dimes: 3
Enter the number of nickels: 4
Enter the number of pennies: 5
You entered 2 quarters.
You entered 3 dimes.
You entered 4 nickels.
You entered 5 pennies.
Your total is 1 dollars and 5 cents.
Instructions:
Programs must be working correctly.
Programs must be saved in files with the correct file name.
If working in Java or C#, class names must be correct.
Programs must be completed and checked before working the assignment.
Programs must be checked by the end of the designated lab session.
Programs (source code files) must be uploaded to Gradescope by due date.
image text in transcribed

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

Real Time Database And Information Systems Research Advances

Authors: Azer Bestavros ,Victor Fay-Wolfe

1st Edition

1461377803, 978-1461377801

More Books

Students also viewed these Databases questions

Question

gpt 3 8 9 .

Answered: 1 week ago

Question

Presentations Approaches to Conveying Information

Answered: 1 week ago