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:
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
English,
6 months ago
Math,
6 months ago
Chemistry,
11 months ago
Math,
11 months ago
Computer Science,
11 months ago