Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Thread: Loop Assignment

    by Norm
    Replies
    9
    Views
    1,474

    Re: Loop Assignment

    I still don't see any comments in the code explaining...
  2. Thread: Loop Assignment

    by Norm
    Replies
    9
    Views
    1,474

    Re: Loop Assignment

    What does that mean?


    Also add some comments to the code describing what the code does and why.
    For example, what does this do?

    i = n%100;
    s = s+i;
  3. Thread: Loop Assignment

    by Norm
    Replies
    9
    Views
    1,474

    Re: Loop Assignment

    Can you post some of the program's output to show what it generates?

    Also some comments describing what the code does and why.
    For example, what does this do?

    i = n%100;
    s = s+i;
  4. Thread: Loop Assignment

    by Norm
    Replies
    9
    Views
    1,474

    Re: Loop Assignment

    The question was about what the technique was for solving the problem using paper and pencil. It wasn't about writing a java program.
    Can you make a list of the steps that need to be done to solve...
Results 1 to 4 of 4