Call methods in main method
- by Niloo
this is my main method that gets 3 integers from command line and I parse then in my validating method.
However I have one operation method that calls 3 other methods, but i don't know what type of data and howmany I have to put in my operatinMethod() " cuase switch only gets one); AND also in my mainMethod() for calling the operationMehod();…