Please help, I can't find the answer but I understand the topic.

Question:

Fill in the missing parentheses to have x equal 15.
int x = _ 2 + 3 _ * 3;

Console.WriteLine(x);

Respuesta :

Answer:

x=(2+3)*3;

Explanation:

U have to put parenthesis in the blank lines.

Hope this helped and have a nice day : )