0
C program that accepts an amount in Peso from the user and converts it to its word equivalent.
Write a program that accepts an amount in Peso from the user and converts it to its word equivalent. Your program should follow the following specifications: use user-defined functions, string, array, loops, and other useful codes input limit is maximum of 10000.00 after each display of output, ask to user if he/she wants to convert another amount (if Yes, redo, else exit)
1 ответ
0
Post your code here