Question: Programming Language: C++ I have the following char array: char check[50] = Checkers Galore; I want to create a program that asks the user to
Programming Language: C++
I have the following char array:
char check[50] = "Checkers Galore";
I want to create a program that asks the user to input a partial name, and if the the first 3 letters match with either 'Che' or "Gal' it will print the full name. This program should be workable even if "Checkers Galore" is changed into something else.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
