Search:

Type: Posts; User: ggx7

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,178

    Re: rows and columns in the form of...

    Can anyone help me out? I've tried every possibly thing that I know of, I think I should at least have 3 for loops, played around with it, but still getting nowhere.
  2. Replies
    5
    Views
    1,178

    Re: rows and columns in the form of...

    Hm.. I feel like I'm close but not quite there, I took a look at my notes and because I've written them poorly, they look like this

    for(column=n-row; column++), I think I'm getting closer to the...
  3. Replies
    5
    Views
    1,178

    rows and columns in the form of...

    Hello, I am making rows and columns in the form of a multiplication table, listed below is my code:


    package assignments;

    public class MultTable
    {
    public static void main (String []...
Results 1 to 3 of 3