write a computer program that generates a sequence of binomial random variables with parameters n=20 and p=0.3.
a) use the inverse c.d.f approach
b) use the property that the binomial random variable is the sum of n independent random variables each with parameter p.