Tuesday, 19 February 2013

project 1 brief

lotto ticket outline of the brief: 10%


deliverables


  1. display the tickets
  2. find the winner
  3. display the winning ticket number
  4. find the winners who matched 3 or more numbers
  5. all numbers on each ticket must be unique
conditions

  1. there must be 100 tickets
  2. each ticket must have 6 numbers on it between 1 - 42
  3. each ticket number must be unique
  4. 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