How many times will the following loo interate?
Set k = 1
While k > 5
Display k
End While
A ) One
B ) Two
C ) Five
D ) No iterations
E ) Infinite
D ) No iterations
Computer Science & Information Technology
You might also like to view...
A leader character is used to help draw the reader's eyes across a page from one item to the next associated item
Indicate whether the statement is true or false
Computer Science & Information Technology
The term ____________ refers to an object's ability to take different forms.
a. adaptation b. polymorphism c. portability d. code reuse
Computer Science & Information Technology