What will be the output?
a=10
if a>5:
print("A")
if a>6:
print("B")
if a>10:
print("C")
if a>7:
print("D")
Answers
Answered by
1
Answer:
The output will be
A
B
D
HOPE IT HELPS
Similar questions
Chemistry,
1 month ago
Math,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
English,
10 months ago
Business Studies,
10 months ago
Hindi,
10 months ago