Input an integer which display sum of two floating value
Answers
Answered by
0
Answer:
printf("Enter two integers: "); scanf("%d %d", &number1, &number2); Then, thesetwo numbers are added using the + operator, and the result is stored in thesum variable. Finally, the printf() function is used to display the sum of numbers. printf("%d + %d = %d", number1, number2,sum);
Explanation:
please mark me as brainlist I am in need and follow me
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Geography,
5 months ago
Math,
5 months ago
Math,
10 months ago