Just looking for some help with java...
hey everyone. i'm just after finishing my first semester in college (studying Computer Science) and we got an assignment for our programming module. I was just hoping somebody could help me with it because I'm struggling with it a lot. so all help is welcome :). I need hints on what classes to make especially. thank you.
Write a program that reads descriptions of the requirements for the Trinity “Computer
Science”, “Computer Science, Linguistics and a Language”, “Management Science and
Information Systems Studies”, and “Business and Computing” courses and of a small
number of Irish school leavers and reports for which courses each potential student would
have qualified based on their leaving certificate have qualified based on their leaving certificate results Qualification is based on CAO results. Qualification is based on CAO
points and on satisfying any applicable requirements for individual courses.
Your solution must include a class whose instances represent school leavers including the
results of their second-level education. Include whatever attributes are appropriate and
introduce any additional classes required to describe the values of the attributes. Your class
will likely include attributes that are not required by this particular program.
Your solution must also include a class whose instances represent courses, which should
include a method to determine the eligibility of a single student for a course, eg,
public boolean isQualified(Student lcStudent)
Where classes would normally contain a variable number of attributes of the same type (eg,
to record the subjects taken or the schools attended by a student), you may fix the number
of attributes at a value of your own choosing (eg, by assuming that all students take six
© Vinny Cahill 2
y g( g, yg
leaving certificate subjects).
Re: Just looking for some help with java...
It would help if you post what you have done so far along with errors or specific problems you may be having... and suggested reading: How to ask questions
Re: Just looking for some help with java...
Hello Kellykk. Welcome to the forums.
Show us what you have done so far. Point out where you are stuck and we can take it from there :)
Re: Just looking for some help with java...
my problem is i dont know where to start from. I'm not sure what classes to create.
Re: Just looking for some help with java...
You have to start somewhere, and the assignment is the best place
Quote:
Your solution must include a class whose instances represent school leavers including the
results of their second-level education
Re: Just looking for some help with java...
so it would have to have methods such as getGrades, getLevel?