1.

Convert the following expression into java statement: F=|a| +√3ab/2c​

Answer»

ANSWER:

F=Math.abs(a)+Math.sqrt(3AB)/2C



Discussion

No Comment Found