Question: Write a program to accept someone's last name. Use a FOR loop to count the number of letters in that last name. Output the number
Write a program to accept someone's last name. Use a FOR loop to count the number of letters in that last name. Output the number of characters in the last name. Hint: str[i] will be your check in the For loop
c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
