A suggestion on the code: Don't have the same long String typed into more than one place. If you spell it differently, the equals() method won't work. Define one String in a variable and use the...