According to the code, the main method is declared. But String s is not = to the main method. Why is it when its declared, in the next line, all you have to do is println(s). Shouldnt the variable s be declared as those 3 lines and then you do a println(s) ?