Jump to content

Non-decimal radices/Output: Difference between revisions

m
m (→‎{header|PureBasic}: fixed formating)
Line 452:
PrintN(Dec$+" decimal = %"+Bin$+" = $"+Hex$+".")
Next</lang>
 
<tt>
105 decimal = %01101001 = $0069.
106 decimal = %01101010 = $006A.
Line 463:
113 decimal = %01110001 = $0071.
114 decimal = %01110010 = $0072.
115 decimal = %01110011 = $0073.</tt>
 
=={{header|Python}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.