Computer Applications

Write the Java expressions for the following: |x + y|

Java Math Lib Methods

4 Likes

Answer


Math.abs(x + y)

Answered By

3 Likes


Related Questions