Lottery C++ Code
This is a lottery program. Enter 5 numbers and it will tell if any number matches.
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.
This is a lottery program. Enter 5 numbers and it will tell if any number matches.
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.