Question: can you create a simple c++ program that can obtain a numeric input from the console window (stdin), and use it to index and array
can you create a simple c++ program that can obtain a numeric input from the console window (stdin), and use it to index and array of characters. The program will use the ctype.h library to determine the type of character contained in that array index location and print it to the screen. The program will run in a continuous loop until terminated by the operator by entering q . The program will also perform error checking on the character input to determine if it is a valid number. If the character entered by the operator isnt correct, the program will alert the operator and ask that the number be re-entered correctly.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
