Computer Science, asked by snehal2699, 5 months ago

add number series II program​

Answers

Answered by lavairis504qjio
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);

Answered by Anonymous
0

Answer:

hope this is helpful for you

Attachments:
Similar questions