Computer Science, asked by vanmaram, 4 months ago

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 bhakarepranjali
0

Answer:

here this your answer

Explanation:

make a brilliantl

Attachments:
Similar questions