Question: (java) Write a program that uses String method regionMatches to compare two strings input by the user. The program should prompt the user to enter

(java) Write a program that uses String method regionMatches to compare two strings input by the user. The program should prompt the user to enter two strings, the starting index in the first string, the starting index in the second string, and the number of characters to be compared. The program should print whether or not the strings are equal. (Ignore the case of the characters during comparison)

Run like:

Enter first string:Have yourself a mery little Christmas.

Enter second string:It's beginning to look a lot like christmas.

Enter starting index for first string:29

Enter starting index for second string:34

Enter number of characters to be compared:9

true

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!