Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to get index of while loop java

//you have to do it manually
int index = 0;
	while True {
      System.out.println("Current index is: " + (index));
      index ++
    }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #index #loop #java
ADD COMMENT
Topic
Name
5+8 =