Question: I need HELP with this C++ code. Programming assignment 3 Design and implement a lottery game program. Your program randomly generates a two-digit number. The
I need HELP with this C++ code.
Programming assignment 3 Design and implement a lottery game program. Your program randomly generates a two-digit number. The user enters a two digit number. The award is $10,000 if the user input matches the lottery exactly. The award is $3,000 if the user input digits match the lottery digits. The award is $1,000 if one digit of the user input matches a lottery digit. Extend your game to play a 3-digit lottery game. Develop a test plan and test your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
