0
How input in java
4 Respuestas
+ 1
At line 5, it should be `Scanner sc = new Scanner(System.in);`
Class names begins with uppercase letter, so `Scanner` is correct but `scanner` is unknown class name.
Java syntax is case sensitive.
+ 2
Maybe you should start reading rather than asking.
0
https://code.sololearn.com/cd42ki7Dgedc/?ref=app
solution please