Question: Use C++ format please... Given string stringVal on one line and integer substrLen on a second line, assign newStr with stringVal + the last substrLen
Use C++ format please...

Given string stringVal on one line and integer substrLen on a second line, assign newStr with stringVal + the last substrLen characters of string Val 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()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
