I have tried the toString() return statement with and without the additional quotes. The program accurately displays 15 statements on the console, sequentially as well, due to the usage of join(). Yet, the code tester says that the program displays too much on the console. Could anyone tell as to why the code fails to clear testing in this implementation?