write a program that will search through a list to see if the last value in the list occurs more than once. if the last value occurs in the list more than once, return true. otherwise, return false. if the list is empty, return false.