Computer Science, asked by amitpathak9966, 11 months ago

Rewrite the statement after correcting them
a=100
b=20
If(a is greater than b) Print (a) else
Print (b)

Answers

Answered by hardik1117
11

Answer:

a is greater than b by 20

Answered by vandanatyagi838
20

Answer:

a=100

b=20

if ("a>b")

print (a)

else

print (b)

                                                                                                                               

if helpful then please mark as brainliest

Similar questions