-
- /**
- * Created by Roy Mpanju on 5/29/18.
- */
- public class MainApplication {
- //Operations Operations = new Operations();
- public static void main(String[] args) {
-
- Console.println("Welcome to my calculator!");
- Console.println("for HELP press ?");
- Operations.runCommand();
-
- }
-
- }
|