I have a calculator that takes input and prints result. For example: Input to scanner: 2+3+4= Prints: 9.00
I want to test this main method in Junit. This is how far I