deliverables
- display the tickets
- find the winner
- display the winning ticket number
- find the winners who matched 3 or more numbers
- all numbers on each ticket must be unique
conditions
- there must be 100 tickets
- each ticket must have 6 numbers on it between 1 - 42
- each ticket number must be unique
- the winning ticket selection must be random
thoughts
I have four functions so far:
function displayticket();
function findwinner();
function showwinner(); - this may be in the previous function
function diysplaytop3();
The deadline is the 28.02.13
No comments:
Post a Comment