hello,
how to import my own class in my .java file
i want to import this class to another separate file, how should i call it. is it
import javafiles.Amrclass;
or what?
Code java:public class Amrclass { public static int Amr(int x, int y) { return (x+y); }
