Loop100to1

From ggc

Jump to: navigation, search

01 /**
02  * All about my application here.
03  @author Jam Jenkins
04  */
05 public class Loop100to1
06 {
07   public static void main(String[] args)
08   {
09     for(int i=100; i>0; i-=5)
10     {
11       System.out.println(i);
12     }
13   }
14 }


Download/View Loop100to1.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter