Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Can you someone help me with my homework for java... Please

    Good luck on the next set of problems.
  2. Re: Can you someone help me with my homework for java... Please

    Add a call to System.out.println();
    after all the characters are printed that go on one row.
    Hint: the inner for loop that uses the col variable is what prints the contents of a row.
  3. Re: Can you someone help me with my homework for java... Please

    If the output from the code in post#1 has all the characters in the correct order, then the only thing needed is to output a newline at the end of each row after printing the Xs and Os in the columns...
  4. Re: Can you someone help me with my homework for java... Please

    Did the code in post#1 ever put two of the same letters next to each other?
    The code in post#9 does.

    What was wrong about the code in post#1? Can that be changed to get what you want?
  5. Re: Can you someone help me with my homework for java... Please

    Can you also post the code that generates the output shown in post#7?
  6. Re: Can you someone help me with my homework for java... Please

    Execute the program, copy the program's output and paste it here on the forum so it can be compared against the desired output.
  7. Re: Can you someone help me with my homework for java... Please

    Yes, calling System.exit() will exit the program.

    See the tutorial:
    The while and do-while Statements (The Java™ Tutorials > Learning the Java Language > Language Basics)
  8. Re: Can you someone help me with my homework for java... Please

    Use a call to the println() method first thing.


    Post the program's current output to compare against.


    I assume you are talking about looping back in the code to where it prints out a...
Results 1 to 8 of 8