Computer Science, asked by aqsakhan6765, 5 months ago

Input an integer which display sum of two floating value

Answers

Answered by Anonymous
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