Question: Write a program in C++ that prompts the user to enter two strings and then find the common characters of the two strings and displays
Write a program in C++ that prompts the user to enter two strings and then find the common characters of the two strings and displays them as the example below. Example: string1 = Hello string2 = pilot Common Characters = lo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
