Design a class called SimpleCalculator using psudoecode that contains public methods named add(),
subtract(). Each of the methods accepts two numeric arguments and returns a number that represents the
result of the appropriate arithmetic operation