write a program to calculate sum of 2 numbers in C++
Answers
Answered by
0
Answer:
sorry sorry.........
Answered by
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
Business Studies,
3 months ago
Hindi,
3 months ago
Math,
3 months ago
Math,
7 months ago
Social Sciences,
7 months ago
English,
11 months ago
Science,
11 months ago
History,
11 months ago