Search:

Type: Posts; User: GregBrannon

Search: Search took 0.22 seconds.

  1. [SOLVED] Re: I think I did something wrong here. I need some feedback...

    Well, you're thinking and trying to make sense of what you observed, and there's nothing wrong with that.

    The reason for what you observed has to do with the way numbers are stored in computers. ...
  2. [SOLVED] Re: I think I did something wrong here. I need some feedback...

    I added the code below to the calculateHailstone() method before the steps increment as shown. What's happening?

    if ( number < 0 )
    {
    System.out.println( "Number went negative" );...
Results 1 to 2 of 2