write a program to take two number and find the difference
Answers
Answered by
3
// to find different.
class agv
{
void main()
{
int a= 4;
int b = 7;
int c= b-a;
system.out .print (c);
}
}
class agv
{
void main()
{
int a= 4;
int b = 7;
int c= b-a;
system.out .print (c);
}
}
Answered by
0
hope it helps u.......
Attachments:
Similar questions