CP DML Q4

0. If c is a variable initialised to 1, how many times will the following loop be executed?

while ((c > 0) && (c < 60))
{
loop body
c ++;
}

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *