Skip to content
Snippets Groups Projects
Commit 3e6b4dc4 authored by BAUER Oscar's avatar BAUER Oscar
Browse files

terminé tp9

parent d382b427
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ public class SubjectResult {
@Override
public String toString() {
// TODO Auto-generated method stub
return name + "/" + mark ;
return " Subject : " + name + " , Mark : " + mark;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment