well, the code was long, but even the example below didnt work.
public class Main {
public static void main(String[] args)
{
Scanner input = new Scanner( System.in );
int i=input.nextInt();
}
}
and of course class java.util.Scanner is imported above.
ill appreciate immediate help.
thanks.