Write an algorithm to find the greatest of three numbers
Answers
Answered by
3
Explanation:
What is the algorithm to find the largest of three numbers?
The algorithm is defined as :
Step 1: Read X, Y, Z. Step 2 : If X > Y continue step 5. Step 3: If Y>Z then print “Y is the largest “and continue step 7. Step 4: Continue step 6
Answered by
0
Answer:
The algorithm is defined as :
Step 1: Read X, Y, Z. Step 2 : If X > Y continue step 5. Step 3: If Y>Z then print “Y is the largest “and continue step 7. Step 4: Continue step 6.
Similar questions