intermediate/MyNumberTest

From ggc

Jump to: navigation, search

01 package intermediate;
02 
03 
04 /**
05  * All about my application.
06  @author My Name Here
07  */
08 public class MyNumberTest
09 {
10    public static void main(String[] args)
11    {
12       MyNumber number=new MyNumber(5);
13       String description=number.getDescription();
14       System.out.println("Description is "+description);
15    }
16 }


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