write a program to enter three numbers and find the sum
Answers
Answered by
3
Explanation:
The scanf function reads the numbers until the user enters not enters the three numbers. If the user enters integer number then it will be automatically converted to a floating-point number by type promotion.
Answered by
19
The scanf function reads the numbers until the user enters not enters the three numbers. If the user enters integer number then it will be automatically converted to a floating-point number by type promotion. The sum is calculated as num1+num2+num3.
MissGarmi54♥️
Similar questions