Which of the following will count down from 10 to 1 correctly?

a. for (int j = 10; j <= 1; j++)
b. for (int j = 1; j <= 10; j++)
c. for (int j = 10; j > 1; j--)
d. for (int j = 10; j >= 1; j--)


d. for (int j = 10; j >= 1; j--)

Computer Science & Information Technology

You might also like to view...

This is the process where the port number identifies the computer that established the Internet connection, and enables delivery of the data packet to the correct computer.

What will be an ideal response?

Computer Science & Information Technology

To start the NIS Client module, you use the ____ command.

A. start yast2 nis-clnt B. start yast2 nis-client C. yast2 nis-clnt D. yast2 nis-client

Computer Science & Information Technology

________ view displays thumbnail images of slides on a single page

A) Slide Master B) Notes C) Slide Sorter D) Layout

Computer Science & Information Technology

If you import web data directly into Power Pivot and discover there are a lot of errors and inconsistencies, use ________ to clean it up

Fill in the blank(s) with correct word

Computer Science & Information Technology