What values will be printed in place of the question marks in the following sequence:
$$\begin{array}{ll} & i<-17 \\ & j<-[i<-i+1] \\ & \text { i print } \\ ? ? & \\ & \text { j print } \\ ?? & \\ & i<-23 \\ & \text { i print } \\ ?? & \\ & \text { j value print } \\ ?? & \\ & \text { i print } \\ ?? & \\ & \text { j value print } \\ ?? & \\ & \text { i print } \\ ?? & \end{array}$$