Computer Science, asked by sonitimesgkp, 11 months ago

draw a flowchart to print the greater between two numbers​

Answers

Answered by Anonymous
5

Answer:

Algorithm, Flowchart and Program code to print the larger of two...

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”.

Answered by hayasachin
0

Answer:

Google

Explanation:

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