1. Write a program to add two integers by using class variable
Answers
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
Social Sciences,
1 month ago
Hindi,
1 month ago
English,
3 months ago
Computer Science,
10 months ago
Science,
10 months ago