Esempio n. 1
0
 public void checkRightAnswers() {
   for (Ticket ticket : tickets) {
     ticket.checkAnswers();
   }
 }