Chapter(s) Covered:Concepts tested by the program:Project DescriptionCan you legally gamble? Are you 21 years old or older? Do you know Powerball? Dont worry. You are not going to play Powerball but create a simulated game just like that :)! Go find the rule and study it so that you know how to design and code your program accordingly. Go ahead, search the Internet!Do you see that your program basically just needs to randomly generate 6 numbers for the user to guess and calculate the prize depending on how many numbers are guessed correctly? Develop a C++ program using random number generator, i.e. rand(), function(s), and array(s) for it!Project SpecificationsInput for this project:Output for this project:Processing Requirements[NOTE: you can create and use more functions if you want.]Sample Screen Output #1:Sample Screen Output #2:Sample Screen Output #3:NOTE: Be sure to check also
Reviews
There are no reviews yet.