Computer Science, asked by geography17, 8 months ago

write an algorithm to read three numbers then display the largest?

Answers

Answered by goutamipurra
9

Answer:

Step 1: Start

Step 2:Initialize three integer variables

Step 3:Read the values of a,b,c

Step 4:Check whether a is greater than b and c ,then display a is greater.

Step 5:Check whether b is greater than a and c ,then display b is greater.

Step 6:Check whether c is greater.

Step 7:Stop

Explanation:

Similar questions