Use any program to code PMF for discrete random variables of Binomial, Geometric and Poisson, and code PDF and CDF for continuous random variables of Uniform and Exponential. You can not copy from other people’s code and the code should be executable without errors. Please submit your code as a text file, and include a print out example output for each random variable, for example, you can make up numbers such as n=5, x=3 and p=1/6 for Binomial distribution and copy and paste the output right below your code for the Binomial PMF.