Skip to content
Snippets Groups Projects
Commit cc454783 authored by Adeline Pierrot's avatar Adeline Pierrot
Browse files

Correction de bug

parent dd5e40bf
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ int main() {
e4.note_TP = 17;
e4.note_Partiel = 5;
e5.name = "Adèle";
e5.name = "Aline";
e5.note_TP = 19;
e5.note_Partiel = 14;
......
......@@ -37,7 +37,7 @@ int main() {
e4.note_TP = 17;
e4.note_Partiel = 5;
e5.name = "Adèle";
e5.name = "Aline";
e5.note_TP = 19;
e5.note_Partiel = 14;
......
......@@ -37,11 +37,11 @@ int main() {
e4.note_TP = 17;
e4.note_Partiel = 5;
e5.name = "Adèle";
e5.name = "Aline";
e5.note_TP = 19;
e5.note_Partiel = 14;
var.note_Globale = 0.;
var.note_Globale = 20.;
l1.name = "L1";
l1.tableau_Eleves = {e1, e2, e3, e4, e5};
......
......@@ -41,7 +41,7 @@ int main() {
e5.note_TP = 14;
e5.note_Partiel = 7;
var.note_Globale = 0.;
var.note_Globale = 20.;
l1.name = "L1";
l1.tableau_Eleves = {e1, e2, e3, e4, e5};
......
......@@ -41,7 +41,7 @@ int main() {
e5.note_TP = 12;
e5.note_Partiel = 15;
var.note_Globale = 0.;
var.note_Globale = 20.;
l1.name = "L1";
l1.tableau_Eleves = {e1, e2, e3, e4, e5};
......
......@@ -37,11 +37,11 @@ int main() {
e4.note_TP = 17;
e4.note_Partiel = 5;
e5.name = "Adèle";
e5.name = "Aline";
e5.note_TP = 19;
e5.note_Partiel = 14;
var.note_Globale = 0.;
var.note_Globale = 20.;
l1.name = "L1";
l1.tableau_Eleves = {e1, e2, e3, e4, e5};
......
......@@ -41,7 +41,7 @@ int main() {
e5.note_TP = 14;
e5.note_Partiel = 7;
var.note_Globale = 0.;
var.note_Globale = 20.;
l1.name = "L1";
l1.tableau_Eleves = {e1, e2, e3, e4, e5};
......
......@@ -41,7 +41,7 @@ int main() {
e5.note_TP = 12;
e5.note_Partiel = 15;
var.note_Globale = 0.;
var.note_Globale = 20.;
l1.name = "L1";
l1.tableau_Eleves = {e1, e2, e3, e4, e5};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment