TO accept two positive or negative number and check whether they are equal or not
Answers
Answered by
0
Answer
Class check
{
Void (int a,int b)
{
If(a==b)
Sopln(a+"equals "+b);
else
Sopln(a+" Is not equal to "+b);
}
}
Similar questions