Please use C++ Programming
Write a program that inputs a number from the user (i.e. 0-99). The program should print a number in words, e.g. "Zero" for 0, "One" for 1, "Two" for 2, and so on. If the user does not enter a number within a specific range, then the program should display an error: "Invalid number!".
Note: (HINT: use division and modulus operators to separate the two digits. Then, left digit translates to the tenth count, and right digit translates to a single digit)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here