+ 1
How to run two parallel for simultaneously
like in c or c++ we can run for(i=0, j=5 ; i<5,j>0 ; i++ ,j--) but when I tried running same code in java, it is not accepting. I know there are many substitute to accomplish this task but is there any way to do the above stated in same way in JAVA
2 Respuestas
+ 1
Very informative thanx
+ 1
appreciate that!