I have an assignment due for my Introduction to Java for which I have written the majority of the foundational code. The assignment is to write the code for text version of a popular logic game. I have written the code for the playing board, populated it with numbers and so on. My question is regarding a reset method which would reset the playing board returning all of values populating the board to their default values. I have written the code for this reset method and it works as a time procedure but I can't figure out where it should be placed within my application and how it redirect the application to start a new game. This reset method is a simple switch statement prompting the user to enter the letter "R" to prompt the resetting of the game. This works fine, displaying a "new" board but ends there not allowing another game to begin. I hope I have provided sufficient information to get a response... Thanks in advance.