static void Main(string[] args) { Arithmetic arth = new Arithmetic(); arth.GetData(); arth.getSum(); arth.getSub(); arth.getProd(); arth.getDiv(); }