Write a program to enter three numbers and find the sum
Answers
Answered by
23
Answer:
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.
Answered by
1
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. The sum is calculated as num1+num2+num3.
Similar questions
Math,
1 month ago
Social Sciences,
1 month ago
Hindi,
1 month ago
History,
3 months ago
India Languages,
10 months ago
English,
10 months ago