I have created a class named Times and I have to construct 4 overloaded methods. I just would like some help understanding overloaded methods and at least maybe some help with the first one. I would really appreciate it. Thanks :)
- multiply 2 integers and return the (integer) product
- multiply 3 integers and return the (integer) product
- multiply 2 double values and return the (double) product
- multiply 3 double values and return the (double) product