Class MKAverage
- java.lang.Object
-
- g1801_1900.s1825_finding_mk_average.MKAverage
-
public class MKAverage extends Object
-
-
Constructor Summary
Constructors Constructor Description MKAverage(int m, int k)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addElement(int num)
int
calculateMKAverage()
-