C program that accepts an amount in Peso from the user and converts it to its word equivalent. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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)

2nd Jun 2021, 11:00 AM
Angel Acoba
Angel Acoba - avatar
1 Answer
0
Post your code here
3rd Jun 2021, 9:21 AM
Atul [Inactive]