Question
C# Visual Studio CONSOLE GUI application: Write a program that displays the number of dollars, quarters, dimes, nickels, and pennies that a customer should get
C# Visual Studio CONSOLE
GUI application:
Write a program that displays the number of dollars, quarters, dimes, nickels, and pennies that a customer should get back as change.
There should be an input field for total due as well as an input field for currency given.
Declare and initialize all memory locations as integers.
The output fields should show the total change as a monetary amount, with two positions to the right of the decimal, and there should be output fields for the number of quarters, dimes, nickels, and pennies. Please TEST OUTPUT
a. Challenge: Have an option to choose one of 3 currencies: 1. US Dollar, 2. Chilean Peso, and 3. Euro. The appropriate fields should be altered to display the change
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started