Lottery C++ Code

Lottery C++ Code

This is a lottery program. Enter 5 numbers and it will tell if any number matches.

Lottery program. The user enters 5 numbers and the program will print the winning numbers.

This code populates an array of 5 integer with random values from 1 to 9. These values are displayed after the user enters the initial 5 values.

Downloads