How do you write 2.5 ^ 3.1 in Java?

a. 2.5 * 3.1
b. Math.pow(2.5, 3.1)
c. Math.pow(3.1, 2.5)
d. 2.5 ** 3.1
e. 3.1 ** 2.5


b. Math.pow(2.5, 3.1)

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. One can use the & operator to extract the value that a pointer points to. 2. When declaring several pointer variables, there must be one pointer declarator * for each pointer variable.

Computer Science & Information Technology

?Document objects are organized in hierarchical structures called the _________.

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

Computer Science & Information Technology

The ALE is calculated by multiplying the SLE by the ____________________.

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

Computer Science & Information Technology

Theapropos listcommand produces the same results as which command below?

A. man -j list B. man -k list C. man -l list D. man -m list

Computer Science & Information Technology