Draw a flowchart to find the greatest of the three numbers
Answers
Answered by
36
Answer:
I hope it helps you........
Attachments:
Answered by
5
The flow chart to find the largest number among three numbers is attached below.
Explanation:
- Firstly we will start with reading all three numbers.
- Consider the three numbers be A, B and C.
- Then in the next step, we will compare first two numbers ?
- If is true we will compare A with C.
- If is true then A is the largest number.
- If is false then C is the largest number.
- If is false we will compare B with C.
- If is true then B is the largest number.
- If is false then C is the largest number.
- After getting the results the flowchart gets terminated.
Attachments:
Similar questions