Computer Science, asked by PLSHELEP, 1 month ago

write a C program to print the largest number of three numbers​

Answers

Answered by fatimaamumtaz123
0

Answer:



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

   5.If false, then check if num2 is greater than num3.

Similar questions