WAP to take two nos & Print theire total?
Answers
Answered by
0
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);
MARK ME AS BRAINIEST ANSWER
Similar questions
English,
1 month ago
Social Sciences,
1 month ago
Computer Science,
1 month ago
Economy,
2 months ago
Physics,
2 months ago
Math,
10 months ago
Math,
10 months ago
English,
10 months ago