Write a program that reads an array of integers and an integer. The program must check if the array contains that number.
Input data format
The first line: the size of an array.
The second line: all the elements of the array separated by the space.
The third line: one integer.
Output data format
Only a single value: true or false.