Class ProductOfNumbers
java.lang.Object
g1301_1400.s1352_product_of_the_last_k_numbers.ProductOfNumbers
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProductOfNumbers
public ProductOfNumbers()
-
-
Method Details
-
add
public void add(int num) -
getProduct
public int getProduct(int k)
-