Question: JAVA Program Exercise 7 (25pts) Write a program that prompts the user to enter two strings and displays the largest common prefix of the two
JAVA Program

Exercise 7 (25pts) Write a program that prompts the user to enter two strings and displays the largest common prefix of the two strings (ignoring the letters case). Here are some sample runs: e.g. Enter the first string: Welcome to Java Enter the second string: Welcome to programming The common prefix is: Welcome to e.g. Enter the first string: Atlanta Enter the second string: Miami Output: Miami and Atlanta have no common prefix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
