You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue in your program that converts decimal numbers to binary. When it shows the binary number, it adds an extra zero as a prefix, such as 2 > 00000010. You should fix this problem.
There is an issue in your program that converts decimal numbers to binary. When it shows the binary number, it adds an extra zero as a prefix, such as 2 > 00000010. You should fix this problem.