Computer Science, asked by shrey862, 11 months ago

draw a flowchart to find the largest number between two numbers

Answers

Answered by gokul3357
27
start
read a and b and c
if a>b and a>c
print a
elif b>c
print b
else
print c
Answered by ajay971276
24

Answer:

answer of the given questiondraw a flowchart to find the largest number between two numbers

Attachments:
Similar questions