Overloading
Step 1: Create a Main class with a main method and print Hello to the console
Step 2: Create multiple methods named add and multiple methods names subtract for the Calculator class
Step 4: Create a Calculator object and call all methods
Step 5: Stage, Commit and Push your code