Predict the output for the following code:
int k;
for(k=10;k<=80;k++)
{
k+= k++ - ++k + (k++/2)*10;
}
System.out.println(k);
Answers
Answered by
0
Answer:
Not Sure But 50 is the answer
Answered by
0
Answer:
check from google
Explanation:
Similar questions