15. Which of the following expression results in an error? A)bool(0) B)int("Hello") C)float("15.5") D)int("50")
Answers
Answered by
2
Answer:
b
Explanation:
int can only take 2 digits nos.
Answered by
3
Answer:
b)
Explanation:
int can only take 2digits
Similar questions