Computer Science, asked by mamunimamuni8900, 1 month ago

write a program to enter three numbers and find the sum​

Answers

Answered by Dikku456
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 MissGarmi54
19

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.

MissGarmi54♥️

Similar questions