Math, asked by aakriti0754, 3 months ago

solve this question ... this is like a puzzle​

Attachments:

Answers

Answered by Rahul4008
3

Step-by-step 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);

Similar questions