Question: Please use basic java code to solve the following problem: (Longest common prefix) Write a program that prompts the user to enter two strings and
Please use basic java code to solve the following problem:

(Longest common prefix) Write a program that prompts the user to enter two strings and displays the largest common prefix of the two strings. Here are some sample runs: Enter the first string: Welcome to Ctt Enter Enter the second string: Welcome to programming The common prefix is Welcome to Enter the first string: Atlanta -Enter Enter the second string: Macon Enter Atlanta and Macon 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
