ZeroToOne

From ggc

Jump to: navigation, search

01 /**
02  * All about my application here.
03  @author Jam Jenkins
04  */
05 public class ZeroToOne
06 {
07   public static void main(String[] args)
08   {
09     for(int j=0; j<4; j++)
10     {
11 
12       double times=12;
13       double y=(j+0.5)/10.0;
14       for(int i=0; i<times; i++)
15       {
16         double x=(i+0.5)/times;
17         Wiki.out.println("("+x+", "+y+")");
18       }
19       Wiki.out.println("End row");
20     }
21   }
22 }


Download/View ZeroToOne.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