find max among 3 numbers in c programming
Answers
Answered by
0
Take the three numbers and store it in the variables num1, num2 and num3 respectively.Firstly check if the num1 is greater than num2.If it is, then check if it is greater than num3.If it is, then print the output as “num1 is the greatest among three”.Otherwise print the ouput as “num3 is the greatest among three”.
Similar questions