Question: Which of the following statements determines the square root of a number and assigns it to the variable s? a. s = sqrt(number); b. s
Which of the following statements determines the square root of a number and assigns it to the variable s?
a. s = sqrt(number);
b. s = Math.sqrt(number);
c. number = sqrt(s);
d. number = Math.sqrt(s);
Step by Step Solution
3.47 Rating (163 Votes )
There are 3 Steps involved in it
b s ... View full answer
Get step-by-step solutions from verified subject matter experts
