1.

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

A. int(1111,10)
B. int(‘1111’,10)
C. int(1111,2)
D. int(‘1111’,2)
Answer» E.


Discussion

No Comment Found