Accept an amount in rupees (indian currency ) from the user...

....and find the minimum number of notes to form that amount.
The denominations are 500,100,50,20,10,5,2,1 Rupee.
using any loop!!

Questions by cguyc

Showing Answers 1 - 1 of 1 Answers

Bincy Roy

  • Jul 30th, 2012
 

Code
  1. #include<stdio.h>

  2. "

  3. Enter the amount: ");

  4. scanf("%d""Smallest No of notes = %d"

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions