Question: My homework is to convert an integer to words. For example an input of 1234 should give an output of One Two Three Four .
My homework is to convert an integer to words. For example an input of 1234 should give an output of "One Two Three Four ". We are not allowed to use strings. Can you tell me why my code does not even give an output?
#define _CRT_SECURE_NO_WARNINGS #include
} } return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
