Day 4: Normal Distribution #2

  • + 1 comment

    I submitted R code, it works fine in Rstudio and result is 0.401 and 0.341; but site says its incorrect. Am i missing anything?

    cat(round(pnorm(19.5,20,2),3));

    cat(round(pnorm(22,20,2),3) - round(pnorm(20,20,2),3))