write algorithm to find greatest number between three numbers
Answers
Answered by
1
Answer:
Algorithm to find the largest of three numbers: 1. Start 2. Read the three numbers to be compared, as A, B and C. 3. Check if A is greater than B. 3.1 If true, then check if A is greater than C. 3.1.1 If true, print 'A' as the greatest number. 3.1.2 If false, print 'C' as the greatest number.
Explanation:
Similar questions
English,
1 month ago
Math,
1 month ago
Math,
3 months ago
CBSE BOARD X,
3 months ago
Social Sciences,
10 months ago
Biology,
10 months ago