220k views
0 votes
Draw a flow chart to print gratest number among two .​

User Ryan Dorn
by
5.3k points

2 Answers

3 votes
MYbe show a picture next time so we can see what the problem is about ?
User Qbush
by
5.2k points
3 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 Divins Mathew
by
5.3k points