Question: write code in c + + . Given string userStr on one line, character updatedChar on a second line, and integer strIndex on a third

write code in c++. Given string userStr on one line, character updatedChar on a second line, and integer strIndex on a third line, change the character at index strIndex of userStr to updatedChar.
Ex: If the input is:
tiger
P
4
then the output is:
tigeP
Note: Assume the length of string userStr is greater than strIndex.

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!