To enter three numbers and print the smallest among them.
Answers
Answered by
1
Answer:
Get three inputs num1, num2 and num3 from user using scanf statements. Check whether num1 is smaller than num2 and num3 using if statement, if it is true print num1 is smallest using printf statement. Else, num2 or num3 is smallest
Explanation:
thank my all answer
Answered by
0
Answer:
Get three inputs num1,num2, and num3 from user using scanf statement .Check whether num1 is smaller than num2 and num3 using if statement if it is true print num1is smallest using print if statement .Else num2 and num3 is smallest.
Similar questions
English,
2 months ago
English,
2 months ago
Computer Science,
2 months ago
English,
4 months ago
Hindi,
4 months ago
Computer Science,
10 months ago