标题:这段代码请赐注释
取消只看楼主
学编程啊
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:66
专家分:110
注 册:2012-7-25
结帖率:100%
已结贴  问题点数:8 回复次数:0 
这段代码请赐注释
书上的代码,没注释,看不太懂
麻烦大家加个注释,谢谢
最好能详细点。。。
package com.lzw;
public class U3 {
    private float height;
    private float width;
    public U3(float height,float width){
        this.height=height;
        this.width=width;
    }
    public float square(){
        return height*width;
    }
    public static void main(String args[]){
        U3 u=new U3(3.5f,4.5f);
        System.out.println(u.square());
    }
}
搜索更多相关主题的帖子: static void private package public 
2013-03-09 17:36



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-400278-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.051573 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved