I am new to Java(really new) and I am learning it through BlueJ.
This assignment probably sounds easy and it might be easy to me in a few months but right now it is like Chinese.
I have an assignment to hand in and I don't know what to do with it, I am really stuck and would apprecaite any help.
Basically I have to set up two classes (one called Student and one called PilotGroup) and Student class should deal with all the individual student details.
PilotGroup should dela with any operations on all students.
There are 4 students one from each of 4 courses (DAC, DPC, CCC, CMC)
I have to create and and enter details for a student
Name
Address
Course Code(from above)
Marks for 6 modules(percent )
Then list the following details for all four students
Name, Course, Average Mark
and getters and setters for each field
There is a big long complicated bit for deciding average mark.
Thank you to whoever helps me.
Much appreciated.
This assignment probably sounds easy and it might be easy to me in a few months but right now it is like Chinese.
I have an assignment to hand in and I don't know what to do with it, I am really stuck and would apprecaite any help.
Basically I have to set up two classes (one called Student and one called PilotGroup) and Student class should deal with all the individual student details.
PilotGroup should dela with any operations on all students.
There are 4 students one from each of 4 courses (DAC, DPC, CCC, CMC)
I have to create and and enter details for a student
Name
Address
Course Code(from above)
Marks for 6 modules(percent )
Then list the following details for all four students
Name, Course, Average Mark
and getters and setters for each field
There is a big long complicated bit for deciding average mark.
Thank you to whoever helps me.
Much appreciated.
Comment