Computer Science, asked by TASKIMKHAN3037, 1 year ago

Draw a flow chart campair three numbers and print the largest number

Answers

Answered by shreyavkd
4

1. Accept 3 numbers in variables, a, b, c.

2. Check if a>b. If yes, go to step 4, else go to step 3.

3. Check if b>c. If yes, display b, else go to step 4.

4. Check if c>a. If yes, display c, else display c.

Attachments:
Answered by mamtamoon
2

Answer:hii

Explanation:

Yo

Similar questions