Searching...

Searching in 10,00,000 questions...

Share :
Q:

Construct the flow chart to explain the process of finding the greatest number among the given 3 natural numbers and write step by step process.

Accepted Solution

A:

Step by Step process
1.assign the values of a, b & c
2. check a > b.
3. if ‘yes’, check again a > c
4. if ‘yes’, print the value of a
5. if ‘no’, check again b > c
6. if ‘yes’, print the value of b
7. if ‘no’, print the value of c

Verifying the condition a > b Verifying the condition b > c Verifying the condition a > c
For a particular value
a = 75, b = 56 & c = 20
check is 75 > 56
‘yes’ check again 75 > 20 ‘yes’
print 75
For a particular value
a = 68, b = 82 & c = 45
check is 68 > 82
‘no’ check again 82 > 45
‘yes’ print 82
For a particular value
a = 185, b = 393 & c = 852
check is 185 >393
‘no’ check again 893 > 852
‘no’ print 852


Dear Students Great you got the answer for your question,

Construct the flow chart to explain the process of finding the greatest number among the given 3 natural numbers and write step by step process.

Looking For Student Exam Practice App

Download now