jam/ASCII

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 ASCII
09 {
10   public static void main(String[] args)
11   {
12     char letter='a';
13     int x=letter;
14     Wiki.out.println(""+letter+" is "+x);
15     letter='b';
16     x=letter;
17     Wiki.out.println(""+letter+" is "+x);
18     letter='c';
19     x=letter;
20     Wiki.out.println(""+letter+" is "+x);
21     letter='d';
22     x=letter;
23     Wiki.out.println(""+letter+" is "+x);
24   }
25 }


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