Computer Science, asked by raj128323, 1 year ago

please do the Java expression ​

Attachments:

Answers

Answered by tanmaysharma31
0

Answer:

-_- XD:) ;D B-) B-( )-( ;)

Answered by rakeshchennupati143
0

Java Expressions:

  1. to use sqrt(),pow() methods import java.lang.Math class in program
  2. ( ( 1/3 ) * ( powe( a,2 ) ) )  + ( ( 1/3 ) * ( pow( b,3 ) ) )
  3. d = sqrt( ( pow( l,2 ) ) + ( pow( b,2 ) ) )
  4. ( ( pow( a,3 ) + pow( b,3 ) ) ) / ( pow( a,3 ) - pow( b,3 ) ) )
  5. cbrt( ( a + b ) / ( a * b ) )

----Hope these expression will help you get what you wanted, if you liked my answer mark as brainliest,it would really help me.   :)

Similar questions