Question: i need help. i dont know how to determine how many fives, tens and twenties is from a given number. i am just confused on
Instructions MakeChange.cs 1 using System; 2 using static System.Console; 3 class MakeChange 4 5 static void Main() Write a program named MakeChange that calculates and displays the conversion of an entered number of dollars into currency denominations--twenties, tens, fives, and ones. al 7 ] For example, if 113 dollars is entered, the output would be twenties: 5 tens: 1 fives: 0 ones: 3 8 9}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
