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
Hindi,
7 months ago
Computer Science,
7 months ago
Geography,
1 year ago
Social Sciences,
1 year ago
Geography,
1 year ago
Science,
1 year ago