Search:

Type: Posts; User: er1111

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    3,089

    [SOLVED] Re: Printing an ArrayList of user-defined Objects

    Hi there! I did have a.toString() method, but I found that I needed the original.toString() method from Arrays.toString(), so I ended up just calling my .tostring() method printerstring.

    For...
  2. Replies
    4
    Views
    8,895

    Re: StdDraw Cannot be Resolved??

    Hi there!
    I'm pretty sure that the class StdDraw is not in the default java source. You will need to use this code to get it to work StdDraw.java
  3. Replies
    6
    Views
    2,565

    Re: HELP WITH MY BEGINER JAVA CODE..

    Hi there.
    I'm no pro at java by any means, but one thing I noticed you could do would be to switch your if/else if statements to be in the opposite order, so it would check first off if your grades...
  4. Replies
    2
    Views
    3,089

    [SOLVED] Printing an ArrayList of user-defined Objects

    Hi guys, I'm having trouble printing an ArrayList of Employees(My objects) for school. It keeps printing out what I think to be the hexcodes for various characters. I tried many variants of google...
  5. Re: Reading a File, using Scanner, then assigning all values in the file to an array

    Wow, thanks very much guys! Was pulling my hair out last night trying to figure it out. Saved me another day of frustration :D
  6. Reading a File, using Scanner, then assigning all values in the file to an array

    Hi all,

    Let me start off by saying this is my first post, and it comes in a time of dire need (not really), as this code is driving me to madness, slowly but surely.

    I'm taking a computer...
Results 1 to 6 of 6