Type or copy a text review of a film or product and the program will rate the review as overall positive or negative. The program performs the following actions: - Makes WordList, a list of all words in the review - Checks to see if each word in the review is in the GoodList - If it is in the goodlist, add the weight matching that word to the review rating - This makes a total where the positive words add in the positive direction and negative words add in the negative direction.