Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Football League Table - Idea's?

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Football League Table - Idea's?

    okay so far i've made a program that reads in results from a .txt file and outputs the results re-arranged with and such. Now i have an extension assignment where i would need to create a league table based on the scores. I'm unsure of how to store points and how i would add scores to that specific team. I'll post my code thus far so you can see what i've done.

    Removed code due to other students googling it and copying my code.
    Last edited by RSYR; December 16th, 2009 at 12:23 PM. Reason: Removed code due to other students googling it and copying my code.


  2. #2
    Junior Member
    Join Date
    Nov 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Football League Table - Idea's?

    Just posting an update on this so far...

    i've managed to focus the code so it displays results for a particular team like it asks, however i'm still having trouble figuring out what exactly i'm supposed to do with a -html and -team options...

    Also having trouble with creating a league table... i can obviously make it work for whichever team the user inputs... but i don't know how i would go about storing each in a table and then sorting it via points... and if points are the same goal difference...

    Removed code due to other students googling it and copying my code.
    Last edited by RSYR; December 16th, 2009 at 12:23 PM. Reason: Removed code due to other students googling it and copying my code.

Similar Threads

  1. Table locked and session was invalidated
    By tarek.mostafa in forum JavaServer Pages: JSP & JSTL
    Replies: 6
    Last Post: November 8th, 2009, 04:44 AM
  2. Football Results
    By RSYR in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 4th, 2009, 07:24 PM
  3. Adding Marathi words to MySQL table
    By vaishali in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: July 8th, 2009, 06:43 AM
  4. Replies: 2
    Last Post: July 8th, 2009, 06:35 AM
  5. Getting table height using JSTL
    By jsnx7 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: March 19th, 2009, 12:03 PM