Q13. Given the nested if-else below, what will be the value x when the code
executed successfully
x=0
a = 5
b=5
if a > 0:
if b <0:
x= x + 5
elta > 5:
x= x +4
else:
x = x + 3
else:
X = x + 2
print(x)
A) O
B) 4
C) 2.
D) 3
Answers
Answered by
2
Explanation:
SORRY BHAI I DON'T NO HOW TO SOLVE IT
Similar questions