Java Stdin and Stdout I

  • + 0 comments

    while(scan.hasNextInt()){ int a = scan.nextInt(); System.out.println(a); }