Computer Science, asked by rasamdeep10a6hhps33, 7 months ago

write a program to calculate sum of 2 numbers in C++​

Answers

Answered by malayasharma02
0

Answer:

sorry sorry.........

Answered by adityasingh8080
1

Answer:

# include <stdio.h>

int. main ( ) {

int a,b,sum ;

printf("\nEnter two no:" );

scanf ("%d %d",&a,&b);

sum= a + b

printf("sum :%d;sum);

return (0);

}

Explanation:

I think it will be helpful for you

Similar questions