News

The Scanner class is found in the java.util package, not java.lang. Since the Scanner class is found outside of java.lang, you must either directly reference the java.util package every time you use ...