写点小程序看看

写点小程序看看

 

1  public   class  Flower {
2       static  Test monitor  =   new  Test();
3       int  petalCount  =   0 ;
4      String s  =   new  String( " null " );
5      Flower( int  petals){
6          petalCount  =  petals;
7          System.out.println( "" );
8      }
9  }

你可能感兴趣的:(写点小程序看看)