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 preparing an Excel spreadsheet to be imported into an Access database, the first row of the spreadsheet must have column headings that are recognized as field names by Access

Indicate whether the statement is true or false

Computer Science & Information Technology

You can create a hyperlink that links to a bookmark

Indicate whether the statement is true or false

Computer Science & Information Technology