Question: 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
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 C++ Enter the second string: Welcome to programming -Enter The common prefix is Welcome to -Enter Enter the first string: Atlanta PEnter Enter the second string: Macon -Enter Atlanta and Macon have no common prefix
Step by Step Solution
3.38 Rating (170 Votes )
There are 3 Steps involved in it
Program Plan 1 Create a class StringLargetCommonPrefix 2 Declare and Initialize the variables String ... View full answer
Get step-by-step solutions from verified subject matter experts
