Computer Science, asked by 1007975, 1 month ago

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

Answers

Answered by buttercup25
1

Answer:

a is greater than b by 20.

Answered by piyushjoshi2242005
0

Answer:

O/p ----

100 because a is greater than b it's a true statement

Similar questions