ca c'est fait

master
Lola CHALMIN 2 years ago
parent 4211ebe6f9
commit 6b37ebd139

@ -9,21 +9,21 @@
*/
typedef struct {
int nEtu;
char nom[20];
char prenom[20];
float moymat;
float moyfr;
float moyen;
float moyspe;
int nbchx;
int nEtu;//numéro d'étudiant
char nom[20];//nom de l'étudiant
char prenom[20];//prénom de l'étudiant
float moymat;//moyenne en maths
float moyfr;//moyenne en français
float moyen;//moyenne en anglais
float moyspe;//moyenne en spécialité
int nbchx;//nombre de choix
}Candidat;
typedef struct {
char ville[20];
char dptmt[20];
int dec;
int valid;
char ville[20];//ville choisie
char dptmt[20];//département choisi
int dec;//décision du choix
int valid;//validation du candidat
}Choix;

Loading…
Cancel
Save