Computer Science, asked by anaghaaa8, 4 months ago

Write an algorithm to find the greater from variable(A and B) number using if-else construct. plz anyone answer itz urgent​

Answers

Answered by vini2902
1

Answer:

if a>b:

print (a)

else:

print (b)

Explanation:

In python

Answered by himanshusaini243
0

Answer:

if a<b :

print (a)

else :

print (b)

Explanation:

In python

Plzzz marks in Brainly

Similar questions