Computer Science, asked by RainbowUni, 2 months ago

Write an algorithm and a corresponding flowchart to:
find the greater of two numbers.
find the average of three numbers

Answers

Answered by sujithkumar14
1

1.

if x>y:

print("x is greater")

elif y>x:

print("y is greater")

else:

print("both are equal")

2.

average=x+y+z/3

Answered by koliuday81
0

Answer:

खुद का काम खुद कर

Please mark me as Brainliest

Similar questions