+ 1
Why does this not run please help me
https://sololearn.com/compiler-playground/c595A72lL6NG/?ref=app
2 Antworten
+ 6
You have to add this line to the very top.
import java.util.Scanner;
This will include the Java module that provides that object.
+ 1
Thanks Jerry Hobby