+ 1
I have written the correct syntax of users input but then all also I cannot write the input after compiling.
Like import java.until.Scanner; Scanner game = new Scanner (System.in); System.out.println (game.nextLine ());
2 Respuestas
0
Try import java.util.*;
0
It's not java.until.Scanner;
It's java.util.Scanner ;
You misspelled 'util'