this is my first question here, and I'm glad to join the community. I have a test tomorrow, and in one of the examples there is that line
i=0; j=2; z=2
i=j--;
What is the exact operation that is done? Because I know that j-- means j-1 everytime. Thanks! I'm using Dr.Java.
EDIT: It was a duplicate. Should I delete?