Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,138

    Re: One fast question

    Focus on this:

    double crazy = sum / a.length;

    In fact, describe what the method sumLessThanAverage() is supposed to do. The method returns 'less'. When will less be anything other than 0?
  2. Replies
    5
    Views
    1,138

    Re: One fast question

    An integer divided by an integer will result in an integer not a decimal. What's 5 / 3 when 5 and 3 are both integers? Try it and see. What's 3 / 5? You've already tried that. What was the...
  3. Replies
    5
    Views
    1,138

    Re: One fast question

    Please give your threads better titles. Fast questions are never fast, easy never easy, etc. If they were, why would you need to ask them?

    Class names begin with capital letters in Java. It's...
Results 1 to 3 of 3