which expression entered into a graphing calculator will return the probability that a data value in a normal distribution is between a z score of -1.99 and a z score of 0.18

The expression that returns the probability that a data value in a normal distribution is between a z- score of -0.18 and a z-score of 1.99 is (d) normalcdf(-0.18, 1.99)
To calculate the probability between two z-scores is to calculate the area between the z-scores.
This is done using the following syntax:
normalcdf(lower bound, upper bound)
From the question, the lower and the upper z-scores are -0.18 and 1.99
So, the formula would be normalcdf(-0.18, 1.99)
Hence, the expression is (d)
Read more about normal distribution at:
https://brainly.com/question/25991460