Java Stdin and Stdout II

  • + 3 comments

    When you add an integer and then hit enter (/n) , compler takes that '/n' as a string. So when you take input string after integer, double etc, you must have to add an extra scan().