那消逝的岁月

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
public class juxing {
    
    int a;
    
    int b;        
    
    juxing(int a,int b)
    {
        System.out.println("矩形面积s=" + (a*b));
    }
    
    
}
public class juxing1 {

    public static void main(String[] args) {
        
        juxing s = new juxing(5, 6);
                

    }

}

posted on 2016-03-04 22:46  那消逝的岁月  阅读(606)  评论(0编辑  收藏  举报