Question: 1. (10 points) public int n(String[] list, Strings) { int n = 0; for (String str : list) { if (str.equals(s)) { n++; } }

 1. (10 points) public int n(String[] list, Strings) { int n

1. (10 points) public int n(String[] list, Strings) { int n = 0; for (String str : list) { if (str.equals(s)) { n++; } } return n; } (a) (5 points) What does the method above return if the input list is [ "a", "aa", "ab", "aa" ) and the parameter s is "aa"? Show your memory diagram. (b) (5 points) What does the method return if the input list is ["a", "b", "c", "d" ] and the parameter s is "e"? Show your memory diagram

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!