Can somebody please help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gretel
    New Member
    • Nov 2006
    • 1

    #1

    Can somebody please help?

    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.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by gretel
    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.
    Just read two pages on classes in java and have a go at it. Once you post some code, It would be easier to know exactly where you need help in.

    Comment

    Working...