Computer Science, asked by nayyardemha, 8 months ago

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 PlayingHot288
2

Answer:

b

Explanation:

int can only take 2 digits nos.

Answered by Anonymous
3

Answer:

b)

Explanation:

int can only take 2digits

Similar questions