Computer Science, asked by utsavtyagiutsavtyagi, 1 day ago

Write an algorithm to calculate quotient of 2 no also draw the flowchart​

Answers

Answered by BrainIyKohinoor
0

Answer:

==>> The algorithm is painfully simple: Add the two numbers and divide the sum by 2.

==>>> If you insist on having a flow chart, write

==>> Add the two numbers and divide the sum by 2

and draw a rectangle around it.

===>>> (I see that most of the other answers complicate the problem by treating input and output as additional steps, but those aren’t in the problem statement.)

Explanation:

Similar questions