Question: Write an application that allows a user to enter two Strings. Output the number of characters in the first String that also appear in the
Write an application that allows a user to enter two Strings. Output the number of characters in the first String that also appear in the second String, and output those characters (Note: all the output should be in your main method). Save the file as CountMatches.java. Dont forget to create the application/project CountMatchesTest.java Class that has the main method and an object to use the CountMatches class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
