Page 1 of 1

To find the decimal value of 1111, that is 15, we can use the function:

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) int(1111,10)
b) int(‘1111’,10)
c) int(1111,2)
d) int(‘1111’,2)