I\'m following the CS106A lectures online. I\'m going through the code on Lecture 12, but it\'s giving me errors in Eclipse.
This is my code. It seems the error is beca
nested method defining is not allowed in java .You have defined your method toLower() inside main method
toLower()
main