if a binary number end with 2 zeros then show the decimal expression is divisible by 2^2
Answers
Answered by
0
Answer:
Step-by-step exnteger i, j, k,n 2. Set j=1, k=1 3. for(each i from 1 to 5) 4. print k 5. j=j+1 k=k+1 6. 7. end for Ops: A. 136 10 15 B. 11235 C 0 1 2 3 4 5 0 2 4 6 8 10 de forplanation:
Similar questions