Write a c program maximum between
three numbers.
Answers
Answered by
0
Answer:
•Take the 3 number and store it in the variable number 1,number2 ,number 3 respectively.
• firstly check if the num 1 is greater than num 2.
•if it is ,then check if it is a greater than num 3.
• if it is , then print the output as "num 1 is the greatest among Three".
Similar questions