C++: Complete the following program which determines if the user has a winning lottery ticket. The user will input a 5 digit number which is the winning number. The program will compare that number to the list of numbers the user has and determines if they won. The method must use a linear search to find the number and return a Boolean true if user is a winner and false otherwise. Use the code below:#include <iostream>using namespace std;// Function prototypebool CheckWinner(const long[], int, long);// Constant for array sizeconst int SIZE = 10;int main(){
PayPal Gateway not configured
PayPal Gateway not configured