Question: Write an application that displays the numbers 1 to 4 on the same line, with each pair of adjacent numbers separated by one space. Use
Write an application that displays the numbers 1 to 4 on the same line, with each pair of adjacent numbers separated by one space. Use the following techniques:
a) Use one System.out.println statement.
b) Use four System.out.print statements.
c) Use one System.out.printf statement.
Step by Step Solution
3.39 Rating (152 Votes )
There are 3 Steps involved in it
Sure here is how you can get the output using different techniques in Java a ... View full answer
Get step-by-step solutions from verified subject matter experts
