Évaluation 6 - Langage C
Évaluation 6 - Langage C
Évaluation 6 - Langage C
4. noteECUE : tableau contenant les notes d'un étudiant, sachant qu'un étudiant
a au total 8 notes.
- oat moyenECUE(), retourne comme résultat la moyenne des notes d'un étudiant.
NB :
Solution :
class etudiant
private:
public:
etudiant();
void recupval();
void a cheval();
oat moyenECUE();
};
etudiant::etudiant ( string matricule ,
notes[8] )
int i;
this->nom = nom;
this->prenom = prenom;
this->notes[i] = notes[i] ;
etudiant::etudiant()
int i;
this->nom = "";
this->prenom = "";
notes[i] =0 ;
void etudiant();
{ int i ;
<<end1;
<<end1;
<<end1;
cout<< "Saisie des notes" <<*notes<<end1;
<<end1;
void etudiant();
{ int i ;
cout << "La note N°" << i << "est " << "i" : ; << endl ;
{ int i ;
oat som,moy;
void
som += note ;
moy =( oat );