Binary digits: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 3,039: Line 3,039:
tobinary 50</lang>
tobinary 50</lang>


'=={{header|VBA}}==
=={{header|VBA}}==
'''2 ways :'''
'''2 ways :'''


Line 3,093: Line 3,093:
End Function
End Function
</lang>
</lang>
{{out}}
[['''Output:''']]
<pre>The decimal value 5 should produce an output of : 101
<pre>The decimal value 5 should produce an output of : 101
The decimal value 5 should produce an output of : 101
The decimal value 5 should produce an output of : 101