(Common characters) Write a function that returns the common characters of two strings using the following header:
string commonChars(const string& s1, const string& s2)
Write a test program that prompts the user to enter two strings and display their common characters. Here are some sample runs:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.