logarithm to find biggest of 2,3,4numbes
Answers
Answered by
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
Math,
9 days ago
Biology,
19 days ago
Math,
19 days ago
Social Sciences,
9 months ago
Science,
9 months ago
Computer Science,
9 months ago