level 7, lesson 12, name: the end.
**stuck at "how to take input untill user types 'the end'"..?
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
ArrayList<String> s = new ArrayList<String>();
string ss = "the end";
for(int i=0; i<; i++)
{
}
//write your code here
}