搜索
首页 电脑/网络 程序设计 JAVA相关

求长方形和圆形面积

实现一个程序(JAVA),能够从屏幕接收输入,作为长方形的边和圆形的半径,求长方形和圆形面积

全部回答

2018-02-12

0 0
    import java。util。*; public class CalculateArea { static final double PI = 3。
    1415926; public static void main(String[] args) { double radius = 0, length = 0,width = 0; Scanner in = new Scanner ( ); intln("please input the radius of the circle"); radius = xtDouble(); intln("The area of the circle is " + PI * radius * radius); intln("please input the length of the rectangle"); length = xtDouble(); intln("please input the width of the rectangle"); width = xtDouble(); intln("The area of the rectangle is " + length * width); } }。

类似问题换一批

热点推荐

热度TOP

相关推荐
加载中...

热点搜索 换一换

电脑/网络
JAVA相关
硬件
电脑装机
程序设计
互联网
操作系统/系统故障
笔记本电脑
反病毒
百度
软件
程序设计
JAVA相关
VB
数据库
C/C++
汇编语言
VC++
C#/.NET
其他编程语言
JAVA相关
JAVA相关
举报
举报原因(必选):
取消确定举报