write a program to find the sum and difference between 25 and 16 using variables in different lines.
addyrocks1094:
hey frnds plz help me
Answers
Answered by
19
"#include<studio.h>
#include<conio.h>
void main()
{
int a=25;
int b=16;
int sum;
int difference;
sum=a+b;
printf(" the sum of %d,%d is %d",a,b,sum);
difference=a-b;
printf("the difference of %d,%d is %d",a,b,difference);
}
#include<conio.h>
void main()
{
int a=25;
int b=16;
int sum;
int difference;
sum=a+b;
printf(" the sum of %d,%d is %d",a,b,sum);
difference=a-b;
printf("the difference of %d,%d is %d",a,b,difference);
}
Answered by
2
Answer:
I don't know pa
Explanation:
Similar questions