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
1
Answer:
if a>b:
print (a)
else:
print (b)
Explanation:
In python
Answered by
0
Answer:
if a<b :
print (a)
else :
print (b)
Explanation:
In python
Plzzz marks in Brainly
Similar questions
Math,
3 months ago
India Languages,
3 months ago
Hindi,
3 months ago
Math,
7 months ago
Social Sciences,
7 months ago
Business Studies,
1 year ago
Physics,
1 year ago