BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int num_strings = Integer.parseInt( br.readLine()), i;
This is just sample of my code, and I know the System.in will ask user to input and br.readLine will actually ask user input of oneline.
But the thing is when I run this, the output console just said:
run:
BUILD SUCCESSFUL (total time: 0 seconds)
never ask me the user input, it run through it.
you need run the file not project, that shortkey is Shift + f6