1.

In finding maximum number of 3 different numbers, how many decision box will be drawn in the flow chart 3 4 2 1

Answer» ING MAXIMUM number of 3 different numbers, 2 decision box will be drawn in the flow chart.Short note on Flowchart:(i) It is a type of diagram that shows the steps in a process. It uses different shapes to REPRESENT the type of actions in a process.(ii) The decision symbol in flowchart symbolizes the decision to be made.It can have TWO or three exit points.generally,it indicates a question to be answered - yes/no.Advantages of flowchart:(i) Effective Analysis/Efficient Coding.(ii) Provides an easy way of communication(iii) Proper debugging(iv) FACILITATES Troubleshooting.∴ For the better understanding, i am explaining it with an algorithm.Algorithm for finding maximum number of 3 numbers:StartRead 3 numbers Say A,B,CMax = AIF B > MAX THENMAX = BENDIFIF C > MAX THENMAX = CENDIFPRINT MAXSTOPFlowchart for maximum numbers of 3 different numbers is explained below!Hope it helps!


Discussion

No Comment Found