Question: Write a C++ program that will ask the user to enter three numbers from 1 to 5 Define a function named digit_namo that takes an

Write a C++ program that will ask the user to enter three numbers from 1 to 5 Define a function named "digit_namo" that takes an integer and prints the English name for that integer The function should not return a value. If the argument is not in the required range, then the function should print "DIGIT ERROR" Enter a number: 4 Enter a number: 0 Sample output You entered number Four Sorry II DIGIT ERROR Attach File Browse My Computer Wnte a C++ program that will ask the user to enter three numbers from 1 to 5. Define a function named "digit name that takes an integer and prints the English name for that integer The function should not return a value. If the argument is not in the required range, then the function should print "DIGIT ERROR" Enter a number: 4 Enter a number: 0 Sample output You entered number Four Sorry I DIGIT ERROR Altach File Browse My Computer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
