Computer Science, asked by PrincessKritiSanon, 6 months ago

Which of the following
syntax is true to find the square
root of a number? *
a. sqrt(a)
b. Math.sqrt(a)
c. squareroot(a)
d. Math.squarert(a)​

Answers

Answered by Eugene777
3

Answer:

b

Explanation:

answer is option B. you have to call the class where sqrt belongs

Similar questions