Write an algorithm 2 fight the greatest no. Above among any 2 no. And also draw the flow chart?
Answers
Answered by
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