32,528 views
13 votes
13 votes
Draw a flow chart to print gratest number among two .​

User Molokoka
by
2.3k points

2 Answers

19 votes
19 votes
MYbe show a picture next time so we can see what the problem is about ?
User Mplis
by
3.0k points
9 votes
9 votes

Algorithm:

Step 1: Start
Step 2: Read a, b . /* a, b two numbers */
Step 3: If a>b then /*Checking */
Display “a is the largest number”.
Otherwise
Display “b is the largest number”.
Step 4: Stop.
Draw a flow chart to print gratest number among two .​-example-1
User Dmytro Zakharov
by
2.9k points