Consider the following code: for i=0 to n-1 for j=0 to n-2 x=x*2 if (x%2==0) output...

Posted Date: