SECRET PROJECT: This program should be able to: Display the probability curves for 4,6,8,10,12,14,16,18,20 sided dice. It needs: -textbox for entering the # of sides on thhe die -probability of success textbox (should bee able to understand {5/6} expressions) -something to display the bell curves up tto 20 dice rolled - binomial expression nCr*p^r*q^n-r -Additional trinomial expression for rolliing 10 sided dice for the WoD system.