Assume that intCounter is an int variable initialized to 5. Which of the following loop continuation conditions can be used in a do while statement to print the values 5 through 15, inclusive?
a) intCounter > 5
b) intCounter < 15
c) intCounter <= 15
d) intCounter < 16
e) Both c and d.
e) Both c and d.
Computer Science & Information Technology
You might also like to view...
Windows 7's Help and Support feature is available:
A) from the desktop. B) from the Start menu. C) from the taskbar. D) in the Notification area.
Computer Science & Information Technology
The ________ attribute for the embed element determines whether the sound will start automatically when the page opens
Fill in the blank(s) with correct word
Computer Science & Information Technology