I\'m fairly new to Java and trying to figure out how to solve the following error:
CalculatorWithMemory.java:1: class Calculator is publi
The name of the public class containing main must be same as the file name, in your case the file name should be Calculator.java
Calculator.java