It seems like you're encountering a couple of issues in your code. Firstly, when comparing strings in Java, you should use the .equals() method instead of the == operator. So, instead of if (Awnser1...