Question:
"Using R Script, create a function that uses dnorm to plot a normal curve from -3 to +3 standard deviations from a mean. So your function will have arguments for the mean and standard deviation of the curve to be plotted. Decide on what would be good default values for these variables."