Computer Science, asked by harishankerverma286, 7 months ago

Write the java expression for a) e6+(A-B)7​

Answers

Answered by anindyaadhikari13
3

\star\:\:\:\bf\large\underline\blue{Question:-}

  • Write down the java expression for the following.

\star\:\:\:\bf\large\underline\blue{Answers:-}

The above expression can be written in java as

\boxed{\sf Math.exp(6)+Math.pow(A-B,7);}

\star\:\:\:\bf\large\underline\blue{Other\:Math\:Functions:-}

  • Math.ceil()
  • Math.abs()
  • Math.round()
  • Math.rint()
  • Math.PI
  • Math.sqrt()
  • Math.cbrt() and so on.
Similar questions