Create a lotto program using C++ language. Preferable compiler is Borland.
the program should have 40 hidden numbers and allow the user to guess any 6 numbers. after the user guesses these numbers, the program should randomly reveal 6 numbers from the 40 hidden numbers. if the numbers that the user guessed matches the revealed numbers, then the user has won and should be shown the following message, 'CONGRATULATIONS!! YOU HAVE WON THE JACKPOT!!'. if the numbers don't match, the user should be shown'TRY AGAIN!!!!'