The function to find the R.M.S value is __________ A. sqrt[meansqr()] B. sqrt(meansqr[]) C. sqrt[meansqr[]] D. sqrt(meansqr()) Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation The correct syntax of the function which performs the mean square of a set of elements is meansqr(). The correct syntax of the function which returns the square root of a number is sqrt() Workspace
Discuss about the question