52 Likes
Math.pow(a+b, n) / (Math.sqrt(3) + b)
Answered By
19 Likes
Rewrite the following statements without using shorthand operators.
a. p /= qb. p -= 1c. p *= q + rd. p -= q - r