Computer Science, asked by rishavraj94, 4 months ago

draw a flowchart to enter a two number and print the greater number ​

Answers

Answered by shreyaniadhikary1bas
1

Answer:

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