Need Help Dont Know Determine Many Fives Tens Twenties Given Number Confused Please Help Q43880972
i need help. i dont know how to determine how many fives, tensand twenties is from a given number. i am just confused on this.please help
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} Show transcribed image text 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}
Expert Answer
Answer to i need help. i dont know how to determine how many fives, tens and twenties is from a given number. i am just confused o…
OR