Search:

Type: Posts; User: RSYR

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,996

    array/string problem

    i have some code which reads from a .txt file and picks up PL football teams from the file... and sends them to a String... how can i make it so i get only one team once i.e no teams repeat?

    this...
  2. Replies
    1
    Views
    4,234

    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...
  3. Replies
    1
    Views
    4,234

    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...
  4. Replies
    6
    Views
    2,528

    Re: Changing output from console to .html

    hi again, i'm not really getting it would you mind if i posted my attempt so you could tell me where i'm going wrong? sorry to be a bother thanks
  5. Replies
    6
    Views
    2,528

    Re: Changing output from console to .html

    thanks for the reply again i'll read up on it :)
  6. Replies
    6
    Views
    2,528

    Re: Changing output from console to .html

    thanks for the reply i understand it better now but i still don't see what i'm asking my program to run if you understand what i mean... what is the actual -html supposed to do? is it a class im...
  7. Replies
    6
    Views
    2,528

    Re: Changing output from console to .html

    right i've managed to edit the program so it outputs to the console and to a .html file when i run it. but my assignment says i need it only needs to output to html when a command such as:

    java...
  8. Replies
    6
    Views
    2,528

    Changing output from console to .html

    hi ive got a project that i need to output to a .html file and i also need to make sure that i include HTML elements such as <td></td> i'm new to java and need a starting point for this.

    Removed...
  9. Thread: Football Results

    by RSYR
    Replies
    2
    Views
    4,202

    Re: Football Results

    Right i've been working on the basics of this today and i've totally changed the code to this:
    Keep getting the following:
    Exception in thread "main" java.util.InputMismatchException
    at...
  10. Thread: Football Results

    by RSYR
    Replies
    2
    Views
    4,202

    Football Results

    Right, i'm doing a piece of work for uni and basically i need it to read in a set of results that are contained in a .txt file and split them at the delimiter (which i have managed to do). The...
Results 1 to 10 of 11