Computer Science, asked by sakthivignaya066, 3 months ago

algorithm To find largest of
3
numbers.​

Answers

Answered by varsha10293
0

Answer:

Hello buddy thanks for free points.

Answered by saumitraverma04
0

Answer:

Python  -

a= int(input())

b= int(input())

c= int(input())

if a>b:

  if a>c:

     print("a is the greatest")

like this for all the three numbers...

Explanation:

Similar questions