Which is a correct static method call of Math class method sqrt?

a. sqrt(900);
b. math.sqrt(900);
c. Math.sqrt(900);
d. Math math = new Math();
math.sqrt(900);

c. Math.sqrt(900);

Computer Science & Information Technology

You might also like to view...

When you download a file and Office 2016 considers the source location of the file to be risky, it will automatically open the file in ________ View to help protect users from opening potentially malicious files

A) Protected B) Lock C) Save D) Restricted

Computer Science & Information Technology

In which space would an image map be ideal?

a. High-res computer monitors b. Movie theatre screens c. Mobile devices d. 1080p television screens

Computer Science & Information Technology