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
The problem given was "Can you convert the number 42 (base 10) to binary (base 2)?"
Using bc (a command line calculator) we can convert the number 42 to binary.