Question: C++ Write a function that will accept a number in the range 1 through 5, and then use a switch statement to display the name
C++
Write a function that will accept a number in the range 1 through 5, and then use a switch statement to display the name of that number. The function should return the name eg. Five for 5 or Invalid Input if the number passed to the function is out of range.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
