I\'m trying to figure out the best way to search a customer in an ArrayList by its Id number. The code below is not working; the compiler tells me that I am mis
ArrayList
Customer findCustomerByid(int id){ for (int i=0; i