Computer Science, asked by ashirwad1621, 9 months ago

write java expression ​

Attachments:

Answers

Answered by SƬᏗᏒᏇᏗƦƦᎥᎧƦ
7

Explaination :

  • Here we would be just using the pow method because the first argument that is (a + b) is raised to the second argument that is 9 whereas in the second case c is first argument which is raised to the power of second argument that is 3.

Syntax:-

  • pow = Math.pow

Final Answer:-

★ 4 * Math.pow ( (a + b) , 9) + Math.pow ( c , 3)

Additional Information :

  • Method is a named block of a códe in a class. It is executed within a defined set of instructions.

  • Methods and variables of math class are defined as static members.

  • Java.lang package contains classes and interfaces which are fundamental to Java programming language.

  • The math class of java.lang package contains generic mathematical functions including some geometric and trigonometric function.

  • Math.cbrt returns cube root of a double value.

  • Math.ceil returns smallest integer which is greater or equal to the argument.

  • Math.max gives largest of two arguments

  • Math.min gives smallest of two arguments.

More similar questions :

https://brainly.in/question/42140095?

https://brainly.in/question/30816677?

https://brainly.in/question/18010374?

Similar questions