Exercise 05 Rectangle Area
In the InteliJ Idea when I type in Scanner as in "Scanner console = new Scanner(System.in);" the program does not recognize the code , especialy the "Scanner" part , which is highligh´ted in red , why ?
In the InteliJ Idea when I type in Scanner as in "Scanner console = new Scanner(System.in);" the program does not recognize the code , especialy the "Scanner" part , which is highligh´ted in red , why ?
Place mouse cursor on "Scanner" and press Alt+Enter, click Class to Import - Scanner(java.util). :)