Sign in
Please select an account to continue using cracku.in
↓ →
Assume A and B are non-zero positive integers. The following code segment
while (A != B){
if (A > B)
A -= B ;
else
B -= A ;
}
count <<A; //printing the volume of A
Create a FREE account and get: