Question: I need some help with this one. Given string userString on one line and inteper strindex on a second line, output 'Matching' if the character
Given string userString on one line and inteper strindex on a second line, output 'Matching' if the character at index itrinidex of userString is Y. Otherwise, output "Not matching" End with a newline. Ex. If the input is: quart 4 then the oulput is: Matching Note: Assume the length of string userString is greater than strindex
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
