Rewrite the statement after correcting them
a=100
b=20
If(a is greater than b) Print (a) else
Print (b)
Answers
Answered by
11
Answer:
a is greater than b by 20
Answered by
20
Answer:
a=100
b=20
if ("a>b")
print (a)
else
print (b)
if helpful then please mark as brainliest
Similar questions