jam/YouAreMyType

From ggc

Jump to: navigation, search

01 package jam;
02 
03 import wiki.Wiki;
04 /**
05  * All about my application here.
06  @author Jam Jenkins
07  */
08 public class YouAreMyType
09 {
10   public static void main(String[] args)
11   {
12     int x=5;
13     long z=3200000000l;
14 
15     double y=5.5;
16     float q=5.6f;
17 
18     String name="Jelly";
19     int howLong=name.length();
20     String part=name.substring(13);
21     int happy=5;
22     int r=happy+9;
23   }
24 }


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