Computer Science, asked by sofia4221, 4 months ago

To enter three numbers and print the smallest among them.​

Answers

Answered by shamanthmp96
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 manjujoshi10008
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