创建一个矩形类,包含两个成员变量width和 height,方法area和circle计算面积和周长

更新时间:2023-07-08 10:05:26 阅读: 评论:0

创建一个矩形类,包含两个成员变量width和 height,方法area和circle计算面积和周长back home
添加两个属性width、height,分别表示宽度和高度,添加计算矩形的周长和面积的方法。测试输出一个矩形的周长和面积。
tonguetiedpublic class Rectangle {
    private double recWidth;
    private double recHeight;
    private double recGirth;
    private double recArea;chermarn boonyasak
   
    public void  getGirth(){
      recGirth=2*(recWidth+recHeight);
成都新东方
银河护卫队 彩蛋    }
     
      public void getArea(){
      recArea=recWidth*recHeight;
    }
   
    public void showRec(){
      System.out.println("周长:"+recGirth);
      System.out.println("面积:"+recArea);
美国颂歌
    }
   
    public Rectangle(){
      Scanner src=new Scanner(System.in);
花木兰妆容太丑      System.out.print("请输入recWidth和Height:");
      int Int();
      int Int();
      Width=pass;pattaya
    Height=dass;
    }
   
    public static void main(String[] args){
        Rectangle sc=new Rectangle();
        sc.getGirth();
如何战胜自己          sc.getArea();
        sc.showRec();
    }
}
    ibc

本文发布于:2023-07-08 10:05:26,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/170899.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:矩形   周长   面积   添加   计算
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图