Question: Given string userString, output Found match if the second character of userString is 'u'. Otherwise, output No match. End with a newline. Ex: If the

Given string userString, output "Found match" if the second character of userString is 'u'. Otherwise, output "No match". End with a newline. Ex: If the input is: guitar then the output is: Found match Note: Assume the length of string userString is greater than or equal to 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
