Write a Program in C++ that take input of the number from User and print this number its English number.
Sample Output:
Enter any number: 52
Number you enter is Fifty Two
Note:
You can use only and only if condition.
Range of number can be from 0 to 99.
The Problem is I Have to Use IF Condition and some Efficient Way, like not 100 comparisons...
I just Want to need help or hint in its algo or logic so i can make it in C++.
With Many Thanks.
