Question: In C# source code please (not pseudocode) Lab3C: Coins. We are going to design a program that determines the values of coins in a jar.

 In C# source code please (not pseudocode) Lab3C: Coins. We are
In C# source code please (not pseudocode)

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 (ie. 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: Sample run 3 Enter the number of quarters: 2 Enter the number of dimes: 2 Enter the number of nickels: 2 Enter the number of pennies: 2 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 2 dimes. You entered 2 nickels. You entered 2 pennies. You entered 2 quarters. You entered 3 dimes. You entered 4 nickela. You entered 5 pennies. Your total 13 0 dollars and B2 cents. Your total is 1 dollars and 5 cents

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!