Write down the algorithm to find out the largest and smallest number from given three numbers and draw the corresponding flow chart
Answers
Answered by
1
Answer:
Explanation:
Step 1 : Start.
Start 2 : Input A, B, C.
Start 3 : Let max = A.
Start 4 : if B > max then max = B.
Start 5 : if C > max then max = C.
Start 6 : Output max is largest.
Start 7 : Stop.
hope this help you
stay home stay safe
Similar questions