For UT assignment A fix from the NameList program. Originally, it would add the name "exit" to the list and only afterwards would it recognize that it should exit the program. By moving the if statement that checks if the answer is equal to "exit" to the top, we can see that it checks that condition before adding it to the name list.