write a output of the following code:
system.out.println("the series is as follow -\n");
for(int k=710;k>660;k==10)
{
system.out.println("value: :"+c);
c-=20;
}
Answers
Answered by
0
This will show error message
Explanation: because the value of c is not declared .
Similar questions