Question: THIS HAS TWO PARTS: A) Write an application that allows a user to enter two Strings. Output the number of characters in the first String
THIS HAS TWO PARTS:
A) 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.
Save the file as CountMatches.java.
B) Create a CountMatchesTest.java class that contains main method and has an object in order 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
