CP DML Q42

0. Consider the following program segment
i = 6720;
j = 4;
while (( i % j ) == 0)
{
  i = i / j ;
  j = j + 1;
}
on termination j will have the value

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 *