You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Note that this issue is no less a biginner issue and is just to warm up biginners.
The text was updated successfully, but these errors were encountered:
DBryzz
pushed a commit
to DBryzz/JavaLearningCode
that referenced
this issue
Oct 30, 2019
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.
Note that this issue is no less a biginner issue and is just to warm up biginners.
The text was updated successfully, but these errors were encountered: