Question: CPCM - C# Programming -CSD 2354 Assignment #1 - 2022W Student ID: Student Name: Write a C# program to make change. Enter the cost of

 CPCM - C# Programming -CSD 2354 Assignment #1 - 2022W Student

CPCM - C# Programming -CSD 2354 Assignment #1 - 2022W Student ID: Student Name: Write a C# program to make change. Enter the cost of an item that is less than 1 dollar.(100 Cents) Calculate the balance and determine the coins given as change, using quarters, dimes, nickels, and pennies. Use the fewest coins possible. For example, if the item cost 17 cents, the change would be three quarters, one nickel, and three pennies (Balance is 100 -17 = 83) Validate the users input i.e if the user enters more than 99 cents or negaive value program should display invalid input message Guideline: quarters = 25 cents ; dime = 10 cents, nickel = 5 cents; penny = 1 cent Create a unique code Use Visual Studio to develop the program Program name should be like Assingn1_697 Add Comments to the program Add the last 3 digits of your student number to variables/ functions Take clear screen shots of the program source code and the outputs Run the program for at least 3 test cases (i.e 46, 38, 9) Paste step by step screen shots to a Word Document and convert the Word Document to PDF In addition to the Word Document create a text file using notepad and paste the program source code Now Copy the word document + PDF + .txt to a folder -> Name the folder as Assign1_697 Now Zip the folder and upload to Moodle before deadline

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!