Computer Science, asked by poojithakalakonda19, 11 months ago

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

Answers

Answered by omegads04
0

In finding the maximum number of three different numbers, there will be three decision boxes in the flow chart. Decision box in flow chart can be defined as the boxes which includes the condition statements like if-else where its output may be true or or it may be false. So, In finding the above solution, we got three decision box which contains condition such as (a<b), (b<c) and (a<c). For better understanding please see the below attachment.

Attachments:
Similar questions