java for loop increment by 25 code example Example: how to make a for loop increment by 2 in java for(j = 0; j<=90; j+2){}