Content deleted Content added
→History: Minor phrasing |
m →Example |
||
Line 30:
# Add a 0 to the right of the binary number that results from the previous step: 0000 1100 0
# Rightmost bit check loop:
## 0000
## 0000
## 0000
## 0000
## 0000
## 0000
## 0000
## 1101
## 1110
## 1110
## 1110
## 1111
# Remove the rightmost bit from the resultant binary number: 1111 0100
|