add_c3 method
Incrémente le nombre d'étudiants ayant obtenu leur troisième choix.
Implementation
void add_c3() {
choice3 = choice3 + 1;
}
Incrémente le nombre d'étudiants ayant obtenu leur troisième choix.
void add_c3() {
choice3 = choice3 + 1;
}