hello,

please tell me how to use the below stated method " Amr(x , y) " in anoth/different .java file.


public class Amr {

public int Amr(int x, int y)
{
return (x+y);