add_c1 method

void add_c1()

Incrémente le nombre d'étudiants ayant obtenu leur premier choix.

Implementation

void add_c1() {
  choice1 = choice1 + 1;
}