0
Scanner problem in solo learn?
how to get input in solo learn I know Scanner in java but it not working in solo learn?
3 Réponses
+ 2
In sololearn compiler , you should provide each input before the program runs ; each input should be entered in a new line like this :
a
b
c
0
can u enter a short demo to explain
0
in solo learn u need to give the package ;
import java.util.*; instead of , import java.util.Scanner;