logo

Crowdly

Votre réponse à la question 4.7 :  Compléter la définition de la classe  Feuill...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Votre réponse à la question 4.7 : Compléter la définition de la classe FeuilleExamen en complétant :

  • La définition de la méthode getTitreExamen();
  • La définition de la méthode corriger();
  • La définition de la méthode getNombreQuestionsEchouees().

public class FeuilleExamen {

    private String nomEtudiant;

    private Examen enonce;

    private List<Reponse> reponses;

    private double note;

    public FeuilleExamen(String nomEtudiant, Examen enonce, List<Reponse> reponses) {

        this.nomEtudiant = nomEtudiant;

        this.enonce = enonce;

        this.reponses = reponses;

    }

    public String getTitreExamen() {

        

    }

    public void corriger() {

        

    }

    public int getNombreQuestionsEchouees() {

        

    }

}

More questions like this

Want instant access to all verified answers on ena.etsmtl.ca?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!