Respuesta :

wyskoj

Answer:

D

Explanation:

A and B are not valid because you cannot use "=" as a comparator (you must use "==" or "===").

C is not valid because the expression after the conditional is not a statement (it uses "==" instead of "=")

It is D if (x == 5) x = 2 * x;​

ACCESS MORE