please correct answers only
standard: 9th. ICSE
Computer applications
Attachments:
Answers
Answered by
2
1.
Java Expression :
(Math.pow(a,2) + Math.pow(b,3) + Math.pow(c,4))/(Math.sqrt(a + b + c));
2.
Java Expression :
(-b + Math.sqrt(Math.pow(b,2) - 4*a*c))/2*a;
3.
Java Expression :
1/3 * Math.pow(x,2) * Math.pow(y,2);
4.
Java Expression :
Math.abs(Math.pow(x,2) - x/y);
5.
Java Expression :
(0.05 * Math.pow(x,2) * Math.pow(y,2))/(x+y);
Knowledge Bytes :
- What are library methods?
The library methods (functions) are the in built methods designed by the developers.
Similar questions