draw a flowchart to input two numbers and print the largest in case the numbers are same it should display equal
Answers
Answered by
0
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.
Similar questions