public class Main { public static void main(String[] args) { Calculator calculator = new Calculator(); calculator.start(); } }