Skip to content

Add void verifnote

Linakiing requested to merge Linakiing/Ernest:patch-1 into master

void verifnote(){ bool note = false; for(i=0;i<nbEleve;i++) { if(noteEleve[i] = noteErnest) note = true; } if(note == true) cout << "note cohérente" << endl; else cout << "note incohérente" << endl; }

Merge request reports