Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java for

for(int i=0; i<10; i++){	//creates a counting vatiable i set to 0
  							//as long as i is < 10 (as long the condition is true)
  							// i is increased by one every cycle
//do some stuff
}
Source by w3programmers.org #
 
PREVIOUS NEXT
Tagged: #java
ADD COMMENT
Topic
Name
5+5 =