do x times ( x = the amount of users)
- read user information
- store user information
do ten times
- generate random winning number
- store generated number in array
do x times
- set flag to true (true = got all numbers correct)
- do y times (y = the amount of lottery numbers)
- compare number to next generated number
- if not equal
- set flag to false
- if flag = true (still true, actually)
- print userName " is a winner!"
stultuske
Industrious Poster
4,372 posts since Jan 2007
Reputation Points: 1,318
Solved Threads: 610
Skill Endorsements: 24
several remarks: you asked for pseudocode, I gave you pseudocode. if you want to know how to code it, don't you think it would give us a big hand if you told us what language you are (intending to be) using?
well ... the first questions that come to my mind are:
1. what language?
2. what have you tried yourself?
3. why didn't you post this thread in the forum for that specific language?
stultuske
Industrious Poster
4,372 posts since Jan 2007
Reputation Points: 1,318
Solved Threads: 610
Skill Endorsements: 24