Question: Given string inputStr on one line and integer strIndex on a second line, output Found match if the character at index strindex of inputStr is

Given string inputStr on one line and integer strIndex on a second line, output "Found match" if the character at index strindex of inputStr is 'w'. Otherwise, output "No match". End with a newline. Ex: If the input is: weigh 0 then the output is: Found match Note: Assume the length of string inputStr 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
