Computer Science, asked by manvimurthy6574, 19 days ago

logarithm to find biggest of 2,3,4numbes

Answers

Answered by maya3227
0

Answer:

Algorithm

1. start

2. Initialize a = 2

b = 3

c= 4

3. if a is greater than b and c go to step 4

if b is greater than a and c goto step 5

else go to step6

4. print a is biggest

5. print b is biggest

6. print c is biggest

4. End

Similar questions