A. Rewrite the following statements after correcting them:
1. a=100
b=20
if (a>b)
print(a)
else
print(b)
Answers
Answered by
2
Answer:
I'm writing in c language.
a = 100;
b = 20;
if(a>b)
print(a);
else
print(b);
Similar questions
English,
2 months ago
Hindi,
2 months ago
Social Sciences,
4 months ago
Biology,
4 months ago
Hindi,
10 months ago