Calculator-Program Simple calculator implementation in JAVA Input the operation you want to perform - "+", "-", "*", "/" Input the value of the first number. Input the value for the second number. The result will be displayed .