Problem
Create a program that generates and displays six unique random integers for a lottery game. Each lottery number can range from 1 through 54 only. If necessary, create a new project named Advanced30 Project and save it in the Cpp8Chap11 folder. Also create a new source file named Advanced30.cpp. You must create a program that generates six unique random integers from 1 through 54 and then displays the integers on the screen. Save and then run the program.