add_c2 method

void add_c2()

Incrémente le nombre d'étudiants ayant obtenu leur deuxième choix.

Implementation

void add_c2() {
  choice2 = choice2 + 1;
}