Computer Science, asked by cizaansohrab26, 11 months ago

Draw a flowchart to find the greatest of the three numbers​

Answers

Answered by shabanatamboli356
36

Answer:

I hope it helps you........

Attachments:
Answered by anjalin
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 A > B?
  • If A > B is true we will compare A with C.
  • If A > C is true then A is the largest number.
  • If A > C is false then C is the largest number.
  • If A > B is false we will compare B with C.
  • If B > C is true then B is the largest number.
  • If B > C is false then C is the largest number.
  • After getting the results the flowchart gets terminated.
Attachments:
Similar questions