to change decimal numbers into binary:
to change decimal numbers into binary:
Rate to change decimal numbers into binary:
(1(1 Vote))
while a>=1
b=a mod 2 $ b
a=int(a/2)
wend
msgbox b
to change decimal numbers into binary: Comments
No comments yet — be the first to post one!
Post a Comment