beyondgrader.com Logo
DemoBrowseAboutTeamLogin

Multiplier Single Method

Geoffrey Challen // 2020.9.0

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.