usage of relational operatorspublic

class shorthand
{

int x,y,ch;
public void inputvalue(int x1,int y1,int choice)
{
x=x1;
y=y1;
ch=choice;
}
public void work()
{