hi guys i need a help on this part of my program this is the most difficult part of it as it is a group work but me and my mates r stuck on this part of the program if some body could help me with that will be great..........
i need to Implement a piece of software that records the coursework and exam marks for the
SD2054 module.
The software should allow students to be added and removed to
the list and for their marks to be recorded. The student should be able to produce a
final report card for each student indicating the marks recorded and the overall
module decision (pass, fail, retake coursework and so on).
please please if you can please help me with that cos i have already tried and just didn't work as it supposed to be working.
Post your code, with comments, and explain exactly how it is going wrong.
Bad code isn't bad, its just misunderstood...
Anon.
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
You still haven't shown us your attempt. Nobody is going to do your homework for you kid. If you want to pass your class, graduate and make good money, YOU have to do the work.
You'd think if it was that urgent, he'd have posted it up hours ago...
One must learn by doing the thing; for though you think you know it, you have no certainty, until you try...
Sophocles
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
people I still need your reply please, please i need you help.
We can't help unless you tell us what you're having trouble with - we don't teach Java and we won't write the code for you, but we can help you fix it yourself.
Post your code, with comments, and explain exactly how it is going wrong, or where you're stuck, or what you don't understand.
I came here asking for help not asking to be critesized...
I don't see any criticism - would you care to post a link?
The outcome of any serious research can only be to make two questions grow where only one grew before...
T. Veblen
Last edited by dlorde; April 1st, 2010 at 01:56 PM.
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
hey so you guys know, this question those guys are asking is something posted on freelancer.com
Thanks for the warning.
They must've seen it bid on it without having any idea what to do.
Or they couldn't get their homework done for them for free on a forum and so have resorted to offering to pay for it to be done. Either way this thread is dead unless the OP adds more information.
guys i already had 2 classes done because i`m beguinner that`s why i asked for help my mistake is that i didn`t post for you guys to see.
i have 2 classes done but the rest is like chinese for me because i need to do the other classes and i don`t know how to do it and also need to make all the tables work together.
the post on freelancer is just because i coun`t find any forum to help me out and i need it done.
i have no other options.....
this is the classes i managed to do so far......
public class Students
{
{
this.name = name;
this.studentId = studentId;
}
public String getName()
{
return name;
}
public int getStudentID()
{
return studentId;
}
public String getInfo()
{
return name + " (" + studentId + ")";
Please post code inside [CODE]...[/CODE] tags. Your 'if' conditions need more thought.
i still need help......
So ask some specific Java questions - exactly what is it you are stuck on or don't understand?
As soon as we started programming, we found out to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs...
M. Wilkes
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
Bookmarks