Create a public class named Multiplier. Multiplier should provide a single public instance method: multiply. multiply should accept two Int arguments and return their product.
Multiplier
multiply
Int
Stuck? You may find these lessons helpful: