write a program to print
sum and multiplication of two numbers
Answers
Answered by
1
Explanation:
printf("Enter two integers: "); scanf("%d %d", &number1, &number2); Then, these two numbers are added using the + operator, and the result is stored in the sum variable. Finally, the printf() function is used to display the sum of numbers. printf("%d + %d = %d", number1, number2, sum);
Answered by
0
Answer:
printf("Enter two integers: "); scanf("%d %d", &number1, &number2); Then, these two numbers are added using the + operator, and the result is stored in the sum variable. Finally, the printf() function is used to display the sum of numbers. printf("%d + %d = %d", number1, number2, sum);
Similar questions
Math,
17 days ago
Political Science,
17 days ago
Environmental Sciences,
17 days ago
Math,
1 month ago
Biology,
1 month ago
Chemistry,
8 months ago
Physics,
8 months ago