You have a MutableList and you are implementing a method that removes all words which do not start with "hyper". Print the changed list in reverse order in main(), each element on a new line.
Please use MutableListIterator to solve this problem.