Question: * 2 2 . 3 ( Pattern matching ) Write an O ( n ) time program that prompts the user to enter two strings
Pattern matching Write an time program that prompts the user to enter two strings and tests whether the second string is a substring of the first string. Suppose the neighboring characters in the string are distinct. Dont use the indexOf method in the String class.
Sample Run for Exercisejava
Enter input data for the program Sample data provided below. You may modify it
Welcome to Java
come
Show the Sample Output Using the Preceeding Input
Execution Result:
JDKjava Exercise
Enter a string s: Welcome to Java
Enter a string s: come
matched at index
JDK
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
