How to put a Scanner input into an array... for example a couple of numbers...

Posted by WM on Stack Overflow See other posts from Stack Overflow or by WM
Published on 2010-05-08T19:34:07Z Indexed on 2010/05/08 19:38 UTC
Read the original article Hit count: 107

Filed under:
Scanner scan = new Scanner(System.in);
double numbers = scan.nextDouble();
double[] avg =..????

© Stack Overflow or respective owner

Related posts about java