Computer Science, asked by Tanuja172007, 9 months ago

write an algorithm to find the greater of 2 number?​

Answers

Answered by 2034
3

Answer:

Step 1: Start

Step 2: Declare variables a,b and c.

Step 3: Read variables a,b and c.

Step 4: If a>b

If a>c

Display a is the largest number.

Else

Display c is the largest number.

Else

If b>c

Display b is the largest number.

Else

Display c is the greatest number.

Step 5: Stop

Explanation:

Hope this helps u!!

Mark me as brainliest plz

Similar questions