Computer Science, asked by sagardalvi411, 8 months ago

TO accept two positive or negative number and check whether they are equal or not

Answers

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