Search:

Type: Posts; User: meangreen2003

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,325

    Re: my do while isn't behaving (beginner)

    Ok, thanks norm that does work but it seems weird that i have to do that is that normal? good point Cornix, my solution to your empty line doesnt work. Any ideas on how to correct that?

    import...
  2. Replies
    8
    Views
    1,325

    Re: my do while isn't behaving (beginner)

    Ok, so Ive been staring at post #2 and I dont get what your telling me. I don't want an empty string, I was hoping for another message to prompt my user for an answer to the continue. lol sorry for...
  3. Replies
    8
    Views
    1,325

    Re: my do while isn't behaving (beginner)

    Thanks for being so quick.

    java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(Unknown Source)
    at...
  4. Replies
    8
    Views
    1,325

    my do while isn't behaving (beginner)

    I get a " java.lang.StringIndexOutOfBoundsException: String index out of range: 0". This seems like it should be too easy to mess up but here I am. Any help would be awsome, Thanks

    import...
  5. Thread: Novice

    by meangreen2003
    Replies
    3
    Views
    1,279

    Re: Novice

    Hey don9000, I have just started programming in college and we use myprogramming lab which is part of a whole text book but if you go to ...
  6. Re: another easy one, variable not initialized

    You guys are awesome. Im guessing you are doing it for no pay as well which makes you twice as awesome. Setting a value of 0 for my variables worked great, Thanks again.
  7. another easy one, variable not initialized

    I have been staring at this for longer than I care to admit, I dont know why it says the variable hold may not have been initialized? Looks initialized to me. You guys are the best any insight you...
  8. Replies
    2
    Views
    1,065

    modulus question

    Modulus is killing me, is this right?

    x=12.3, y=14, z=5.2

    z=y%x++

    z=(14%12.3) +1
    z=(14/12.3=1.166) +1
    z= (Remainder is 1?) +1
    z= 2
  9. Replies
    2
    Views
    991

    [SOLVED] Re: easy question for a pro

    I would like to see the values stacked on different lines and that just re-does what my first statement did. Thank you for taking a look, I really do appreciate it.
    I would like to see the...
  10. Replies
    2
    Views
    991

    [SOLVED] easy question for a pro

    I am a college student just starting out with java and I am working with pretty easy stuff here (I guess, lol), but im just trying to learn one bit at a time. I am just displaying my values in...
  11. Thread: Hello

    by meangreen2003
    Replies
    1
    Views
    829

    Hello

    Hello all, I am a student just learning java. I was looking for a place to get help and hopefully pickup some new java tricks. I havent been part of a forum in quite some time but look forward to...
Results 1 to 11 of 11