PDA

View Full Version : Java Programming


kikati
05-04-04, 07:47 AM
Assist me with my assignment. It goes like:
Three tutors and a course administrator share the teaching of a large module. The assessment for this module has three components - Assignment 1 (30%), Assignment 2(30%) and examination (40%). A table is maintained for all the students taking this module. Each row contains: a student name, marks for Assignment 1, assignment2 and examination, and an overall mark = 0.3 *(assignment1 mark +assignment2 mark) + 0.4 * examination mark.
Design and implement a class in java that enables the tutors and the course administrator to:
-Add a new student's name to the table.
-Remove a student's record from the table.
-Add or change a mark for an assignment or examination to the table.
-Give a student's name, display a student's details from the table.
-Calculate an overall mark for each student.
-Given an overall mark, list in alphabetical order the names all the students with that mark.

cyberskye
05-04-04, 10:50 AM
Assist me with my assignment.
Do you mean do it for you? ;)

What have you done so far?

striker8000
05-04-04, 08:43 PM
it's due in 8 days, you better get going :D

striker8000
05-05-04, 06:06 PM
oh, by the way....







Welcome to SpeedGuide

Immortal
05-05-04, 10:37 PM
And he is never to be seen again...

(hides shovel)

striker8000
05-06-04, 04:26 PM
yep, he's gone :p

vvarrior
05-18-04, 07:33 PM
lol not that hard of an assignment