What type of value is returned by Math.sqrt()?(a)int (b)float (c) double (d)all
Answers
Answered by
1
Answer:
Double is the answer
Explanation:
please follow me
Answered by
3
Math.sqrt() returns a value of type double.
Example:
Math.sqrt(69) will return 8.306623862918075
Similar questions