Computer Science, asked by shaina12, 1 year ago

write a program to take two number and find the difference

Answers

Answered by shrutisingh75
3
// to find different.
class agv
{
void main()
{
int a= 4;
int b = 7;
int c= b-a;
system.out .print (c);
}
}
Answered by kirtiprasanjenpchfhd
0
hope it helps u.......
Attachments:
Similar questions