Question: Java You are writing a program to handle courses. Each course has an ArrayList containing student numbers stored as Strings. You would like to know
Java
You are writing a program to handle courses. Each course has an ArrayList containing student numbers stored as Strings. You would like to know how many students two courses have in common. Write a method that takes in two ArrayLists and returns an int that represents the number of items the two ArrayLists have in common
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
