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...

A table inserted into a cell of an existing table is referred to as a ________ table

A) nested B) linked C) table within a D) stacked

Computer Science & Information Technology

Define a DHCP lease and describe how it is used.

What will be an ideal response?

Computer Science & Information Technology

A system that provides monthly production figures for a manager at manufacturing facility is considered a(n) __________.

A. decision support system (DSS) B. management information system (MIS) C. enterprise resource planning (ERP) system D. transaction processing system (TPS)

Computer Science & Information Technology

Requirements for a cryptographic hash function include ___________ which is the one-way property.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology