Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    1,561

    Re: need help java multiplication table

    Outside the loop, define an int variable with initial value of 0
    inside the loop add each number that is generated and printed to the variable
    after the loop print the value of the variable at the...
  2. Replies
    9
    Views
    1,561

    Re: need help java multiplication table

    Do the code for the rows first. See post#6 for ideas.

    When that works, then work on the columns.
  3. Replies
    9
    Views
    1,561

    Re: need help java multiplication table

    Start with the numbers on a row. Define a variable to hold the product. As each number for that row is created, include its value in the product for that row. After the last number for the row,...
  4. Replies
    9
    Views
    1,561

    Re: need help java multiplication table

    The second part of my post asked:
    Can you explain what is wrong with the output?


    Please edit your code and add proper formatting. Statements should not all start in the first column. There...
  5. Replies
    9
    Views
    1,561

    Re: need help java multiplication table

    Can you post the current output and describe what is wrong with it?

    Please edit your code and add proper formatting. Statements should not all start in the first column. There should be...
Results 1 to 5 of 5