Which line/lines contain an error?

int i = 1;            //1
i = -+(10 + 2 + i);   //2
++i--;                //3
System.out.println(i);
Explanation
Increment and decrement operators cannot be applied to a variable at the same line.

In what world is "-+" an acceptable operator?

2023 Feb 17, 6:00:22 AM

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты