import java.util.Scanner; public class scanner_java { public static void main(String[] args) { Scanner stdname = new Scanner(System.in); System.out.println("Enter ...
the above method was imported but never used. this can create errors in the code and it is reflected in the code editor(VS Code) ...