An expression that is intended to be enclosed within a set of parentheses is missing the closing parenthesis. Some expressions must be enclosed within a set of opening and closing parentheses. For example, the following for statement has correct parenthesis placement:
В | ![]() |
---|---|
for (initialize; test; increment) { statement; } |
To correct this error
-
Add the right parenthesis to the evaluation expression.