Write a simple program using functions and a list. Write the program to include a function that accepts 2 arguments ( argument 1 a list of any ten integers, and argument 2 is a single integer ) - the function should display all of the single integer and all of integers in the list that are greater than the single integer)