Hi, I'm trying to write a program that takes in user input and only terminates when a certain word is entered.
I so far have this



import java.io.BufferedReader;
import...