add_c3 method

void add_c3()

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

Implementation

void add_c3() {
  choice3 = choice3 + 1;
}