Search:

Type: Posts; User: seaofFire

Search: Search took 0.09 seconds.

  1. Re: How to display each score in a competition?

    I need a 2D array for the total score for each competitor. I just dont know how to display the scores and the totals for each round. Id really appreciate if you can help me. I know what 2D arrays...
  2. How to display each score in a competition?

    I need to output the results for a diving competition. Like this

    Round 1: Round 2: Round 3: TotalScore:

    Name 1: 3 3 3 45 (made up number)...
  3. Replies
    5
    Views
    1,889

    Re: Help me with a very basic math algorithm?

    Total is 0,degree is 2 and score - one is 1, two is 5 and three is 9. So max would be 9 and min would be 0. That way it should be 10.

    Sorry if I bolded

    Maybe I should just go to the first forum...
  4. Replies
    5
    Views
    1,889

    Re: Help me with a very basic math algorithm?

    Score array is what the three judges input. The total array is the scores added up (all 3) multiplied by the degree - the lowest and highest number.

    I dont really understand what you mean why is...
  5. Replies
    5
    Views
    1,889

    Help me with a very basic math algorithm?

    There are 3 judges, 3 rounds and 3 judges in this diving competition.

    There is also a degree of difficulty from 1 to 3.5 that multiplies with the added score

    Suppose Contestant 1 would go...
  6. How to read a 2 dimensional text file from an array?

    import java.io.*;
    import java.util.*;
    import java.text.*;

    public class 2DArray
    {
    int Mark[] [] = new int [100] [100]; // max numbers for a 3 by 4 array
    String[] Names = new String...
  7. 2 Dimensional Arrays: I cant manage to read/write them.

    Suppose I had an array like this. Its a 2 by 3 array.

    int[] [] array = new int [2] [3] // two dimensional array

    I cant manage to write on to it.

    System.out.println ("Enter first integer...
  8. Re: I need help with removing arrays or hiding them.

    I need to delete only that array and shift the artists and genres that correlate with that song.

    I honestly don't know what you mean. It a string array.
  9. Re: I need help with removing arrays or hiding them.

    Honestly the for loops are wrong and nothing is happening....
  10. Replies
    3
    Views
    1,658

    Re: How can I remove a element from an array?

    I have been trying to contact an admin to remove those....
  11. Re: This java program is adding up in a negative way....

    How can I make the program read the original file only once?
    the counter has no limit and if i set one:

    It gives me an error on the 74th line - for (int j = 0 ; j < (30 - Artist [i].length ()) ;...
  12. Replies
    2
    Views
    1,386

    [SOLVED] Re: I'm having problems with removing arrays

    Please remove this or tell me how I can remove this part of the forum.

    Wow, I am terribly sorry. Usually I can delete my posted topics in forums but this????????
  13. Replies
    3
    Views
    1,658

    How can I remove a element from an array?

    I want to read a text file, sort out the files I want to delete to the bottom, then write it without those files..

    Yellow Submarine
    Beatles
    Rock
    Welcome to my life
    Simple plan
    Alternative...
  14. This java program is adding up in a negative way....

    I have a program that has 2 options. 1;to read a file and 2, to add a file:


    The text file looks like this word for word:

    Yellow Submarine
    Beatles
    Rock
    Welcome to my life
    Simple plan
  15. I need help with removing arrays or hiding them.

    Ok I have a text file that looks like this:

    Yellow Submarine
    Beatles
    Rock
    Welcome to my life
    Simple plan
    Alternative
    Break
    Three Days Grace
  16. Replies
    1
    Views
    1,048

    I am the most terrible file reader.....

    I have a program that has 2 options. 1;to read a file and 2, to add a file:





    The text file looks like this:

    Yellow Submarine
    Beatles
  17. Replies
    2
    Views
    1,386

    [SOLVED] I'm having problems with removing arrays

    Ok I have a text file that looks like this:

    Yellow Submarine
    Beatles
    Rock
    Welcome to my life
    Simple plan
    Alternative
    Break
    Three Days Grace
Results 1 to 17 of 17