Computer Science, asked by rudramaity3, 12 days ago

write the basic statement for the following display square root of 91​

Answers

Answered by samarthkrv
1

Answer:

double root = Math.sqrt(91);

Explanation:

Similar questions