Question: Programming Challenges 14. Lottery Application pag. 451. Starting out with c++ from control structures through objects, eighth edition. Instruction: 1. Perform its implementation with functions

Programming Challenges 14. Lottery Application pag. 451. Starting out with c++ from control structures through objects, eighth edition.

Instruction:

1. Perform its implementation with functions and parameters with pointers

2. Use notation with pointers for arrays to manipulate the array elements and your operations.

14. Lottery Application

Write a program that simulates a lottery. The program should have an array of five integers named lottery and should generate a random number in the range of 0 through 9 for each element in the array. The user should enter five digits, which should be stored in an integer array named user. The program is to compare the corresponding elements in the two arrays and keep a count of the digits that match. For example, the following shows the lottery array and the user array with sample numbers stored in each. There are two matching digits (elements 2 and 4).

lottery array:

7 4 9 1 3

user array:

4 2 9 7 3

The program should display the random numbers stored in the lottery array and the number of matching digits. If all of the digits match, display a message proclaiming the user as a grand prize winner.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!