Computer Science, asked by shrijadas032, 5 months ago

Write an algorithm to find the largest among three numbers.​

Answers

Answered by nehagneha72
0

Answer:

  • Ask the user to enter three integer values.
  • Read the three integer values in num1, num2, and num3 (integer variables).
  • Check if num1 is greater than num2.
  • If true, then check if num1 is greater than num3. ...
  • If false, then check if num2 is greater than num3.

hp you understand my answer right

Similar questions