Question: function countChars () that takes two strings as parameters and prints the number of times each character in the first string appears in the second
functioncountChars() that takes two strings as parameters and prints the number of times each character in the first string appears in the second string. You may assume that the first string does not contain any duplicate characters. The capitalization of the characters in either string should not matter in determining the correct count. If either string is empty, the function should print a message indicating that the counting could not take place.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
