Computer Science, asked by nidhisanjeet12345, 3 months ago

Write an algorithm to find the greatest of three numbers​

Answers

Answered by tiwarikuldeepnarayan
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 Anonymous
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