package test;
public class test {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
}
}
Mình mới học Java, tại sao mình dùng eclipse nó báo lỗi như này, vậy phải khắc phục như thế nào mọi người?
Exception in thread “main” java.lang.Error: Unresolved compilation problems:
scanner cannot be resolved to a type
scanner cannot be resolved to a type
at test2.test2.main(test2.java:5)