Computer Science, asked by r34uhrfdd, 4 months ago

Write java expression for sin⁡x+√(ax2+x+c)
The under root is for the whole expression
Please give me a proper answer. I need to prepare for my exam

Answers

Answered by khushiagarwal27611
1

Answer:

Math.sin(x)+Math.sqrt(a*(Math.pow(x,2)) + x + c)

Similar questions