Question: Given string userinput on one line and integers id 1 and id 2 on a second line, change the character at index idx 1 of
Given string userinput on one line and integers id 1 and id 2 on a second line, change the character at index idx 1 of userinput to the character at index id 2 Ex. If the input is: gecko 31 then the output is: geceo Note: Assume the length of string userinput is greater than or equal to both idx 1 and idx2. 14% your code gons here %
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
