Computer Science, asked by sk1189504, 6 hours ago

write an alogorthim to find the largest number among the three number​

Answers

Answered by itzpurpledna
1

Answer:

Step 1: start.

Step 2: input a, b,c

Step 3: let Max=a .

Step 4: is b > Max? then Max = b

Step 5: is c > max? then Max = c

Step 6: print Max

Step 7: stop

Similar questions