Search:

Type: Posts; User: Neo

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,682

    Re: instantiating a object

    and thank you both for taking the time, i always hate to ask others for help when i don't understand stuff. makes me feel dumb >.<
  2. Replies
    7
    Views
    1,682

    Re: instantiating a object

    ok but suppose you don't know how many instances of Foo you need. say that fact is left up to the programs user. how would you allow for foo to be updated, also keeping in mind that the information...
  3. Replies
    7
    Views
    1,682

    Re: instantiating a object

    would just adding a new player not overwrite the previous player created??? thats my current problem, it will create the one player object fine, but when you go and select add another player it...
  4. Replies
    7
    Views
    1,682

    instantiating a object

    so im trying to write a program that tracks the stats of different soccer players. the program will create an object of player that holds the information of first name last name, points, assists, and...
  5. Replies
    3
    Views
    1,404

    Re: URGENT!!!! help with array element comparing

    ok update! after staying up most of the night and well into the morning working on this i have figured a lot of it out!!!!


    import java.util.*; //imports java utilities

    public class someName...
  6. Replies
    3
    Views
    1,404

    Re: URGENT!!!! help with array element comparing

    ok so i have been messing with this stupid thing some more and i have this but its telling me it's getting results in every row for every number ( >.<)


    public static void rowAnalysis(int[][]...
  7. Replies
    3
    Views
    1,404

    URGENT!!!! help with array element comparing

    ok so i'm writing a program that is to create an 8x8 2d array and fill said array with randomly generated numbers between 0-3, then i have to print said array to the screen. i have these parts dead...
  8. Replies
    1
    Views
    1,952

    numerical conversion methods..

    ok here is a good question that i can't find an answer too. ANYWHERE. i have the following code.

    import java.util.Scanner; //Imports the Scanner Device
    public class MethodsProject {

    ...
  9. Thread: Non-existing loop

    by Neo
    Replies
    2
    Views
    1,736

    Re: Non-existing loop

    Newbie you are awesome, thank you so much!!!!! \m/
  10. Thread: Non-existing loop

    by Neo
    Replies
    2
    Views
    1,736

    Non-existing loop

    ok guys, here is my deal. I'm writing a program for my Comp Programming I class. My assignment says "you are to write a short program that will input a positive integer number in the range 1 - 16. ...
  11. Replies
    1
    Views
    1,451

    Game requesting user input

    Ok trying to get a user input after asking if they want to play again. but for some reason when the end of the game is reached it asks for the input but before the input is able to be given i get an...
  12. Thread: keeping a tally

    by Neo
    Replies
    3
    Views
    2,090

    Re: keeping a tally

    ok this is a dumb thread. sorry i figured it out and i feel stupid for posting here too quick.
  13. Thread: keeping a tally

    by Neo
    Replies
    3
    Views
    2,090

    keeping a tally

    what is the code needed to keep a running tally on a game? i have created a random letter generator and i have coded it so that the user gets 4 attempts to guess the letter. i have all that coded in...
  14. Thread: Hello, What's up?

    by Neo
    Replies
    1
    Views
    996

    Hello, What's up?

    Hello, I'm Neo. I am a college student just beginning his experience in the wide universe that is computers. my thought process is to get into networking, or maybe be a DBA but of course all college...
Results 1 to 14 of 14