draw a flowchart to find the largest number between two numbers
Answers
Answered by
27
start
read a and b and c
if a>b and a>c
print a
elif b>c
print b
else
print c
read a and b and c
if a>b and a>c
print a
elif b>c
print b
else
print c
Answered by
24
Answer:
answer of the given questiondraw a flowchart to find the largest number between two numbers
Attachments:
Similar questions