Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Thread: Help me please !

    by Norm
    Replies
    16
    Views
    1,848

    Re: Help me please !

    Edit the code for the class Assignment_3 so that it looks like this:

    final Runnable doHelloWorld = new Runnable() {
    public void run() {
    System.out.println("Hello...
  2. Thread: Help me please !

    by Norm
    Replies
    16
    Views
    1,848

    Re: Help me please !

    The assignment class has lost all its formatting. The nested statements need to be indented like those in the assignment_3 class. Please edit the post and fix the formatting of the code.
  3. Thread: Help me please !

    by Norm
    Replies
    16
    Views
    1,848

    Re: Help me please !

    Use a loop to go through the list of scores and inside the loop use an if statement to compare the scores against the average. Count those that are in the desired range.
  4. Thread: Help me please !

    by Norm
    Replies
    16
    Views
    1,848

    Re: Help me please !

    What was posted looks like the assignment, not your questions.
    Do you have any specific questions about your assignment?
  5. Thread: Help me please !

    by Norm
    Replies
    16
    Views
    1,848

    Re: Help me please !

    What have you tried?
    Do you have any specific questions about your assignment?
Results 1 to 5 of 5