Created a class Word. The purpose of this class is to take in words from players using a linked list. The Player class uses the word to get a score value for each character. I'm confused how to get each character using the object Word using a method getScore in the class Player.Created a class Word. The purpose of this class