To find the decimal value of 1111, that is 15, we can use the function:
Posted: Wed Jul 13, 2022 7:44 pm
a) int(1111,10)
b) int(‘1111’,10)
c) int(1111,2)
d) int(‘1111’,2)
b) int(‘1111’,10)
c) int(1111,2)
d) int(‘1111’,2)
Accurate answers. Every time.
https://answerhappy.com/