Computer Science, asked by avirupchandra3, 1 month ago

public void display2()
{
int a=2,b=3,i=3;
for(i=-4;i<=6;i=i+2)
{
a-=a++ + ++b - i;
i++;
System.out.println(a+ " "+b);

}
System.out.println("i="+i);
}​

Answers

Answered by agarwalkamya599
0

Answer:

??

Explanation:

What is the question in this program?

Similar questions