python计算长方形的周长和面积_计算矩形的周长和面积

更新时间:2023-05-16 14:00:53 阅读: 评论:0

python计算长⽅形的周长和⾯积_计算矩形的周长和⾯积我需要能够将矩形的长度和宽度输⼊到控制台并计算其周长和⾯积。除了接受我的输⼊以进⾏计算外,我还有其他⼯作。我知道我很接近,但似乎⽆法弄清楚。在此先感谢您的帮助。请记住,我是⼀个很好的新⼿,所以你的答案⼀开始可能对我没有意义。我⽆法得到它来计算我输⼊到控制台的值。
package it325_lab1;
public class Rectangle {
private static double length;电磁炉专用锅
private static double width;
public Rectangle() {
匹配函数length=0.0;
width=0.0;
}
public Rectangle(double l, double w) {
length = l;
width = w;
}
public double FindArea() {
return length*width;
}
public double FindPerim() {
return length*2 + width*2;
}
}
package it325_lab1;
import java.util.Scanner;
结尾摘抄public class TestRectangle {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scanL = new Scanner (System.in);
System.out.print("Plea enter the length of the rectangle: ");
double L = Double();
Scanner scanW = new Scanner (System.in);
System.out.print("Plea enter the length of the rectangle: ");
double W = Double();
//int W = Int();
double RectangleArea;
儿童拼音Rectangle unitRectangle = new Rectangle();
确凿的意思传菜RectangleArea = unitRectangle.FindArea();
System.out.println("The area of a unit rectangle is " + RectangleArea);
double RectanglePermiter;
Rectangle perimRectangle = new Rectangle();
正规邮件格式范文>八月瓜RectanglePermiter = perimRectangle.FindPerim();
System.out.println("The permimiter of the unit rectangle is " + RectanglePermiter); }
}

本文发布于:2023-05-16 14:00:53,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/654855.html

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

标签:计算   矩形   意思   可能   周长   没有
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图