public class Compiler { public static void main (String [] args) { Arithmetic art = new Arithmetic (args); } }