Problem 1: Do not use '==' to compare String objects. Use the equals() method instead. You might also consider using a char as the menu choice rather than a String. With a char, the '==' would be...