70. Find output:
a=10
if(a>10 and a<=20):
a=a+10
if(a<10 and a>20):
a=a+20
if(a<20 and a<10):
a=a+30
print(a)
Answers
Answered by
1
Answer:
output>> 10
Step-by-step explanation:
none of the condition satisfy, so value of 'a' will remain the same.
Similar questions
English,
3 months ago
English,
3 months ago
CBSE BOARD XII,
7 months ago
Accountancy,
7 months ago
Math,
11 months ago