Computer Science, asked by raavideepika2307, 9 months ago

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 sumanrastogi8
0

Answer:

C ++ Java is the ANSWER......

Answered by illurib191044ee
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