News

System.out.println(" ENETR NUMBER TO PERFORM FOLLOWING OPERATION TO CONTINUE PRESS 0 :"); n=sc.nextInt(); System.out.println("FOR ADDITION PRESS 1 "); System.out ...
In this program, you'll learn to make a simple calculator using switch..case in Java. This calculator would be able to add, subtract, multiply and divide two numbers.