hello!
Im making a program that makes the numbers you input be divided into diffrent denominations which is in peso.
example:
i input: 1500
so the output will be
BILL QTY
1000 1
500 1
my problem is, after it displays the output, I want the program to ask you "do you want to input another amount?" and if you input Y, it will go back to the start. and if you input no, it will exit.
EDIT:I would also want to add the function that if you will enter a letter instead of a number, it will say invalid input.
thanks!
I attached my C file.. pls take a look at my program