Computer Science, asked by addyrocks1094, 1 year ago

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 akanksha200433
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);
}

jagrati162: really your name is addy
jagrati162: 10th and uor
addyrocks1094: no my real name is aditi Chauhan
addyrocks1094: i m in 9 diii
addyrocks1094: addy is my nick name
jagrati162: can u say that how to delete the comments
jagrati162: my nick name is jago
jagrati162: tm kha se ho
jagrati162: say something
addyrocks1094: i m frm bihar
Answered by sharmilakrishn22
2

Answer:

I don't know pa

Explanation:

Similar questions