write a c program to read two integer values for the variable first_ number, second_number and calculate the difference between the first_number and second_number
Answers
Answered by
0
Answer:
C ++ Java is the ANSWER......
Answered by
0
Answer:
it's really simple
#include<studio.h>
int main()
{
int first,second,result;
result=first-second;
printf("%d",&result);
return 0;
}
Similar questions
Computer Science,
4 months ago
English,
4 months ago
Accountancy,
9 months ago
Physics,
9 months ago
English,
1 year ago
English,
1 year ago
French,
1 year ago