ancy Leveson, Sept. 1999 Prime Number Program begin var table p fill table p with first 1000 prime numbers print table p end Assumes type"table"and two operators Design decisions made All primes developed before any printed Always want first 1000 primes Decisions not made Representation of table Method of calculating primes Print formatc Copyright Nancy Leveson, Sept. 1999 Prime Number Program begin var table p; fill table p with first 1000 prime numbers print table p end Assumes type "table" and two operators Design decisions made: All primes developed before any printed Always want first 1000 primes Decisions not made: Representation of table Method of calculating primes Print format �