boolean k= true;
for (int i= 2; i<10; i+= 2)
{if (i+2<5)
k= false;
else
k=!k;
System.out.print (!k);
}
Answers
Answered by
0
Answer:
here this your answer
Explanation:
make a brilliantl
Attachments:
![](https://hi-static.z-dn.net/files/daa/dfaaa51eb2075ad010228983b22b4f04.jpg)
Similar questions