Computer Science, asked by Aishwarya051, 1 year ago

write an algorithm to find the greatest among 2 numbers. pls make it fast it's urgent

Answers

Answered by Anonymous
3
Algorithm : Step 1 : Start; Start 2 : Input a, b; Start 3 : if a > b then Output a else Output b; Start 7 : Stop. Flowchart : Example 1 : Input : 15 7. Output : 15 ...
Answered by raaj25
2
Algorithm : a. Step 1 : Start; Start 2 : Input a, b, c; Start 3 : if a > b goto step 4, otherwise goto step 5; Start 4 : if a > c goto step 6, otherwise goto step 8; Start 5 .....

I hope it help you..
Please mark me brainlist
Similar questions