add_c1 method
Incrémente le nombre d'étudiants ayant obtenu leur premier choix.
Implementation
void add_c1() {
choice1 = choice1 + 1;
}
Incrémente le nombre d'étudiants ayant obtenu leur premier choix.
void add_c1() {
choice1 = choice1 + 1;
}