News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

[Java] For loop / statement

Started by automatic_poster, May 19, 2006, 11:26:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

automatic_poster



GeSHi (java):
public class Forloop  {

public static void main(String[] arg) {
int number = 8;
for (int l = 0; number >= l; number--) {
System.out.println(number);
}
}
}
Created by GeSHI 1.0.7.5


Credit: by You are not allowed to view links. Register or Login
All my posts are from You are not allowed to view links. Register or Login

mohammadkahwaji860