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.

Searching in 10,00,000 questions...
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.
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 |
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.
The steps of withdrawing cash from your saving bank account using ATM card are explained in the figures given below. Construct an appropriate flow chart.
(i) | Insert a ATM debit /credit card | |
(ii) | Select your language | |
(iii) | Select your transaction | |
(iv) | Select your account type | |
(v) | Enter the pin number | |
(vi) | Enter the amount do you want to withdraw | |
(vii) | Collect your |
Using given step by step process to recharge mobile phone , draw a sequence flowchart.
Step by Step process |
1. Login the mobile recharge web browser 2. Select prepaid or postpaid 3. Enter mobile number 4.Select operator and browse plans to choose your recharge plan 5. Enter amount to recharge 6. Proceed to recharge |