System.out.println("Sum of " + a + " and " + b + " is : " + Add(a,b)); System.out.println("Subtraction of " + a + " and " + b + " is : " + Subtraction(a,b)); System ...
/*Every line of code that runs in Java must be inside a class. The class name should always start with an uppercase first letter. In our example, we named the class Main. Note: Java is case-sensitive.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results