zacaritex
02-18-2003, 02:09 PM
Hi
I have a simple Java question.
I want to create a Java Application that displays the numbers 1 to 4 on the same line, with each pair of adjacent numbers separated by one space. Write the Java application using the following methods:
Using one (1) System.out statement.
This I got with no problem
Using four (4) System.out statements
This one I cant figure out....and I read the chapter 4 times.
no clue.
Help
Thanks.
I have a simple Java question.
I want to create a Java Application that displays the numbers 1 to 4 on the same line, with each pair of adjacent numbers separated by one space. Write the Java application using the following methods:
Using one (1) System.out statement.
This I got with no problem
Using four (4) System.out statements
This one I cant figure out....and I read the chapter 4 times.
no clue.
Help
Thanks.