Class MaxPairWiseProduct

java.lang.Object
topics.introduction.MaxPairWiseProduct

public class MaxPairWiseProduct extends Object
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 Details

    • MaxPairWiseProduct

      public MaxPairWiseProduct()
  • Method Details

    • compute

      public int compute()