Class MaxPairWiseProduct
java.lang.Object
topics.introduction.MaxPairWiseProduct
Computes the max pairwise product among different numbers
E.g.: 7 3 6 => 42
However, in this example we will only work with two integer numbers
- Author:
- vicegd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MaxPairWiseProduct
public MaxPairWiseProduct()
-
-
Method Details
-
compute
public int compute()
-