Computer Science, asked by kripa1048, 10 months ago

Find output a=5,b=7 if(a>b): print("a is greater")

Answers

Answered by Anonymous
1

Answer:

Output:

Error.

Explanation:

Since , 5 is not greater than 7 the statement doesn't print or execute.

Hope it helps you.....

Similar questions