Computer Science, asked by shauryasingh201, 10 months ago

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

Answer:

Not Sure But 50 is the answer

Answered by Anonymous
0

Answer:

check from google

Explanation:

Similar questions