Computer Science, asked by ginasmith, 1 day ago

Write an algorithm to find and
indicate the larger of two numbers

Answers

Answered by anuj6672
0

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

Answered by jancyjoji19
0

Answer:

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 num

Similar questions