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
Computer Science & Information Technology
You might also like to view...
A bit consists of a ________
A) single letter such as R and B B) 0 or a 1 C) number such a 2 or 9 D) series of 0s and 1s such as 101
Computer Science & Information Technology
InPrivate Browsing mode opens a new browser window that is isolated from items such as browser history and temporary Internet files. This improves your privacy, especially when using a computer that is shared among several users (for example, when at an Internet café or library kiosk machine)
Indicate whether the statement is true or false
Computer Science & Information Technology