Question: Write a C++ program to get input string from a user. Print the string in following formats. You need to use loops and length of
Write a C++ program to get input string from a user. Print the string in following formats. You need to use loops and length of the string. You need to start printing the string out at one further index each time.
if the user enters the string "Hello", you should print following string formats:
H e l l o e l l o H l l o H e l o H e l o H e l l
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
