Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,541

    Re: Loopy Lotto....

    Do you know how to get a String to print in reverse order? http://www.javaprogrammingforums.com/whats-wrong-my-code/5637-have-few-odd-problems.html

    Right now I have no clue why it's not storing...
  2. Replies
    4
    Views
    2,541

    Re: Loopy Lotto....

    Well, adding integers together will add them mathematically.

    Yes, make it a String.

    String lottoNumber = numberOne + "," + numberTwo + "," + numberThree;

    String userNumber = inputOne +...
Results 1 to 2 of 2