Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    12
    Views
    3,696

    Re: Display patterns on the screen

    Does that println statement compile?
  2. Replies
    12
    Views
    3,696

    Re: Display patterns on the screen

    Start with printing out one row of output row,col number pairs built from these: row number, a comma, column number and a space
    Use a loop to change the column number value from 1 to 4.
    print it on...
  3. Replies
    12
    Views
    3,696

    Re: Display patterns on the screen

    Have you worked out what the contents of each row is supposed to be and how to generate them?
    This sentence tells you:


    You will need to use some loops to print out the numbers. You need to...
  4. Replies
    12
    Views
    3,696

    Re: Display patterns on the screen

    If you have the rules for generating the numbers that go on each line, try writing the program that will produce those numbers.

    I don't see that your explanation shows how to generate numbers such...
  5. Replies
    12
    Views
    3,696

    Re: Display patterns on the screen

    Have you determined the rules for generating the contents of each line?
    Can you explain what they are?
    For example columun one appears to be the line number, starting at 1.
    What goes in the rest...
Results 1 to 5 of 5