I am struggling to find these exercise projects, where are they located?
Exercise In the Exercises project, look at the strategy/ChatClient class. This class uses an encryption algorithm to encrypt a message before sending it out. What are the problems in this implementation? Refactor the code using the strategy pattern. What are the benefits of the new implementation?