Computer Science, asked by sanjanpant393, 2 months ago

rewwrite the given staments a after correcting
a=100
b=20
if(a>b)
print(a)
else
print(b)

Answers

Answered by vinay200421kumar
2

Answer:

100 > 20 that is so simple

Answered by hasamkhan786
0
if (a>b)

And output of this program is
100
Similar questions