I want to count how often an element from ArrayList "list1" occurs in the other ArrayList "list2".
I want this output:
A 2 B 0 C 1