One problem I see is using == to compare String objects. You need to use the equals method to compare String objects.

Please edit your post and wrap your code with code tags:



**YOUR CODE...