Question: Array Algorithm C++ Create a program that asks the user for their name, and then print a line the first and the last character of
Array Algorithm C++
Create a program that asks the user for their name, and then print a line the first and the last character of the entered name.
Hint: Remember that strings are a compound data type containing multiple characters, and the characters within them can be accessed in the same way as an array
Step by Step Solution
3.40 Rating (162 Votes )
There are 3 Steps involved in it
The first character of the name will always be presen... View full answer
Get step-by-step solutions from verified subject matter experts
