Write a for-loop that will print all the positive integers from 100 down to 1, inclusive, one number per line.
What will be an ideal response?
for (int i = 100; i >= 1; i--)
System.out.println(i);
Computer Science & Information Technology
You might also like to view...
You can store your building block as ________ so that you can use them again later
Fill in the blank(s) with correct word
Computer Science & Information Technology
The ____________________ pane includes a list of available calendars.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology