I have a method that randomly creates 0s, 1s, 2s to represent voters preferences in choosing a party. Now I need to create a second method that counts the 0s, 1s, 2s in the array to figure out the...