subject
Mathematics, 31.01.2020 12:01 chivitogomez2400

Assume that x is a variable that has been declared as a double and been given a value. write an expression to compute the quartic root of x. the quartic root of a number is the square root of its square root. examples: for example, the quartic root of 16.0 is 2.0 because: the square root of 16.0 is 4.0 and the square root of 4.0 is 2.0. another example: the quartic root of 81.0 is 3.0 because the square root of 81.0 is 9.0 and the square root of 9.0 is 3.0. thus, to find the quartic root of a number you take the square root of the number and then take the square root of that. in this exercise you must find the quartic root of x in a single expression-- you must not write any statements. also, you may only use the sqrt() static method defined in the math class-- no other methods. (hint: you will need to call the math. sqrt() method twice-- and you will need to pass the return value of one of those calls as argument to the other call. and remember: write an expression, not a statement.)

ansver
Answers: 3

Another question on Mathematics

question
Mathematics, 21.06.2019 13:00
"how does lena finally defeat the robots? ” this question will best be used to describe the story’s exposition. rising action. climax. falling action.
Answers: 3
question
Mathematics, 21.06.2019 15:00
What are the constants in this expression? -10.6+9/10+2/5m-2.4n+3m
Answers: 3
question
Mathematics, 21.06.2019 17:30
Asphere has a diameter of 10 in. what is the volume of the sphere?
Answers: 1
question
Mathematics, 21.06.2019 20:30
Justin has 750 more than eva and eva has 12 less than justin together they have a total of 63 how much money did
Answers: 1
You know the right answer?
Assume that x is a variable that has been declared as a double and been given a value. write an expr...
Questions
Questions on the website: 13722367