my Input is like this
5
1
2
3
7
2
how can i use readLine() to read line by line when i try var line = readLine();
only the first line can be read which is 5
my Input is like this
5
1
2
3
7
2
how can i use readLine() to read line by line when i try var line = readLine();
only the first line can be read which is 5