Computer Applications

Write the Java expressions for the following: 2(lb + bh + lh)

Java Operators

66 Likes

Answer


2 * (l * b + b * h + l * h)

Answered By

33 Likes


Related Questions