Skip to content

mustan-ali/Rupee-Denominations-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rupee-Denominations-Calculator

Rupee Denominations Calculator The following program asks the user to enter an amount and prints number of notes/coins (of denominations 5000, 1000, 500, 100, 50, 20, 10, 5, 2, 1) to be distributed. For example, if the user enters Rs 451, then 4 note of 100, 1 note of 50 and 1 note of 1 is required.

Languages