Sign in
Please select an account to continue using cracku.in
↓ →
Consider the following program fragment
i = 6720; j = 4;
while((i % j) == 0)
{
$$i= \frac{i}{j}$$;
j = j + 1;
}
on termination j will have the value
Create a FREE account and get: