Computer Science, asked by aparnasurya1416, 10 months ago

A flowchart to display the greater of the two numbers.​

Answers

Answered by Balarakshan
2
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”.
Similar questions