Math, asked by galvinderlasara, 3 months ago

e) Give the output of following
*
program
a = 10
b = 15
if (a>b):
print("a is greater")
else:
print(“b is greater")​

Answers

Answered by aditiagarwal85
1

Answer:

'b is greater' this will be printed.

Step-by-step explanation:

hope it helps!!

Similar questions