Computer Science, asked by atulyasingh19, 3 months ago

Predict the return data type of our from the snippet.

Math.sqrt(16)+(int)9.0/3.0​

Answers

Answered by spsk78
0

Answer:

double

Explanation:

THE RETURN TYPE OF sqrt function is always double

Similar questions