Currently, I have a lottery code that utilizes loops to find and compare numbers in an array. However, I am looking to enhance the program by implementing a function called checkNumber to handle the checking process. This function will require the customer number and the array of winning numbers as arguments. The customer number will be retrieved from getCustomerNumber function, while the array of winning numbers will be obtained from getWinningNumbers function. To display the results, a function called displayResult() will be used. The entire process will be initiated by a function named init. Your assistance with this upgrade is greatly appreciated!