> 其他 >
用java编写:编写圆半径为1.5,圆柱高位3,球圆周长,圆面积,圆球表面积,圆球体积,圆柱体积
人气:423 ℃ 时间:2020-02-09 13:48:09
解答
public class Cycle {public static void main(String[] args) {double r = 1.5;double h = 3;double pai = 3.14;double C = 2 * pai * r;double S = pai * r * r;double B = S * 2 + C * h;double VQ = 0.75 * S * ...太棒啦……要是结果能自动换行就更好了!自己去弄选为答案吧
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版