My goal is to reduce the number of key / value pairs in a dictionary object by comparing the keys in the dictionary object to words contained in an array and removing the key / value pairs where the key (a string) is equal to one of the strings in my array. In the code below, AssignedNumbers represents...