Search:

Type: Posts; User: darking123

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,564

    Re: need help java multiplication table

    i have really no idea what will i code to hold the values of row 1
  2. Replies
    9
    Views
    1,564

    Re: need help java multiplication table

    can you teach me how to do it??
  3. Replies
    9
    Views
    1,564

    Re: need help java multiplication table

    my code is fine but i do not know how to get the product of each row and each column...like what i posted to my first post..

    sorry about the indentions..
  4. Replies
    9
    Views
    1,564

    Re: need help java multiplication table

    output is

    1 2 3 4 5
    2 4 6 8 10
    3 6 9 12 15
    4 8 12 16 20
    5 10 15 20 25
  5. Replies
    9
    Views
    1,564

    need help java multiplication table

    the output should be
    rows 5
    column 5
    1 2 3 4 5 =120
    2 4 6 8 10 =3840
    3 6 9 12 15 =29160
    4 8 12 16 20 =122880
    5 10 15 20 25 =375000
    =120 =3840 =29160 =122880 =375000
Results 1 to 5 of 5