How many times will the following program print hello?

i = 1;
while (i <= 10) {
puts("hello");
}

a) 10
b) 8
c) an infinite number of times
d) 0

c) an infinite number of times

Computer Science & Information Technology

You might also like to view...

________ worksheet tabs identify inactive worksheets

A) White B) Green C) Gray D) Blue

Computer Science & Information Technology

One controversial patent granted to Google in 2013 is for "____" advertising-a business model for charging advertisers according to the number of views an ad receives via a "head mounted gaze tracking device".

A. pay-to-look B. pay-for-play C. pay-for-gaze D. pay-to-view

Computer Science & Information Technology