Search:

Type: Posts; User: felimblack

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    3,695

    I apologize, I sent a post I hadn't revised...

    I apologize, I sent a post I hadn't revised (there were also grammar errors...).
    @copeg, thank you for your extreme efficiency as moderator!
  2. Replies
    12
    Views
    3,695

    If the statement (I cut some text) println(1,1)...

    If the statement (I cut some text) println(1,1) doesn't compile it's because println needs a string to be passed to and you pass two numbers (you should use "1,1"). Indeed it's correct, it's not what...
  3. Replies
    12
    Views
    3,695

    The code you posted in your first post is quietly...

    The code you posted in your first post is quietly correct.
    Instead of writing

    System.out.println(1,1);, try to substitute the static numbers with the counters of the loop i and j.
Results 1 to 3 of 3