✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Якому оператору if відповідає останній оператор else з представленого коду:
if (i == 0) {
if (j != 0) i++;
else i--;
if (j > 0) i=1+2;
}
else i = 0;