Modify the Repeater program so that the user must enter a secret word into the top field. After each entry, the bottom field either says "correct" or "wrong!" After three wrong guesses, exit the program.
You will need the equals() method of class String for this program.