类 Average
- java.lang.Object
-
- edu.princeton.cs.algs4.Average
-
public class Average extends java.lang.Object
TheAverage
class provides a client for reading in a sequence of real numbers and printing out their average.For additional documentation, see Section 1.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
-
-
方法概要
修饰符和类型 方法 说明 static void
main(java.lang.String[] args)
Reads in a sequence of real numbers from standard input and prints out their average to standard output.
-