Question: Given string workString on one line and integer substrLen on a second line, assign newStr with workString + the last substrLen characters of workString. Ex:

Given string workString on one line and integer substrLen on a second line, assign newStr with workString + the last substrLen characters of workString.
Ex: If the input is:
Fuzzy bear
4
then the output is:
Fuzzy bearbear
Note: Recall string's length() returns the length of the string. Ex: myString.length(). c++

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!