Computer Science, asked by Lalhlimpuii3975, 1 year ago

Write an algorithm 2 fight the greatest no. Above among any 2 no. And also draw the flow chart?

Answers

Answered by charlie1505
1

Answer:

Algorithm->

step1-

Start

step2-

Accept two nos a and b

step3-

If a>b

then

print a is greater no

else

then

print b is greater no

step4-

stopu

Explanation:

refer attachment for flow chart

Attachments:
Similar questions