Question: C++ Create a program in C++ of a Lottery Game. The program MUST include the following : 1) Use a Class or Struct to include
C++
Create a program in C++ of a Lottery Game. The program MUST include the following:
1) Use a Class or Struct to include Person and LotteryNumber
2) Use a Vector to generate a lottery number that is 6 numbers long between 1 and 54 with No Duplicates.
3) User will enter name (Person) and then program will generate the LotteryNumber.
4) Include a While Loop to allow user to Replay the game (clear information and run program again).
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
