皮皮网

【树莓派 dpkg源码】【tomcat源码之启动】【魔曲源码同步】box盒子源码_盒子源码搭建

时间:2024-11-26 22:34:27 来源:jquery源码foreach

1.box����Դ��
2.定义一个Box(盒子)类,盒盒源树莓派 dpkg源码在该类定义中包括数据成员: length(长),width(宽)和height(

box盒子源码_盒子源码搭建

box����Դ��

       import java.util.Scanner;

       public class Box

       {

        private int a,b,c;

        public Box(int a,int b,int c)

        {

        this.a=a;

        this.b=b;

        this.c=c;

        }

        public int getVol()

        {

        return a*b*c;

        }

        public static void main(String args[])

        {

        Scanner sc=new Scanner(System.in);

        System.out.println("输入第一个的长宽高:");

        System.out.println("长");

        int a;

        a=sc.nextInt();

        System.out.println("宽");

        int b;

        b=sc.nextInt();

        System.out.println("高");

        int c;

        c=sc.nextInt();

        Box b1=new Box(a,b,c);

        System.out.println("输入第二个的长宽高:");

        System.out.println("长");

        a=sc.nextInt();

        System.out.println("宽");

        b=sc.nextInt();

        System.out.println("高");

        c=sc.nextInt();

        Box b2=new Box(a,b,c);

        System.out.println("输入第三个的长宽高:");

        System.out.println("长");

        a=sc.nextInt();

        System.out.println("宽");

        b=sc.nextInt();

        System.out.println("高");

        c=sc.nextInt();

        Box b3=new Box(a,b,c);

        System.out.println("三个的体积分别为:");

        System.out.println(b1.getVol());

        System.out.println(b2.getVol());

        System.out.println(b3.getVol());

        }

       }

定义一个Box(盒子)类,在该类定义中包括数据成员: length(长),width(宽)和height(

       #include <iostream>

       using namespace std;

       class Box {

        float length, width, height;

       public:

        Box(float l, float w, float h);

        float GetVolume() const;

       };

       Box::Box(float l = 1, float w = 1, float h = 1) 

        : length(l), width(w), height(h) { }

       float Box::GetVolume() const {

        return height * width * length;

       }

       int main()

       {

        Box b1, b2(2, 3, 4);

        float v1, v2;

        v1 = b1.GetVolume();

        v2 = b2.GetVolume();

        if (v1>v2)

        cout << v1 << " " << v2 << endl;

        else

        cout << v2 << " " << v1 << endl;

        return 0;

       }

推荐资讯
pubg 外挂源码

pubg 外挂源码

最多跑一次网站源码_最多跑一次官网

最多跑一次网站源码_最多跑一次官网

微信红包接口开发源码

微信红包接口开发源码

主力控盘轨道指标源码_主力控盘线指标源码

主力控盘轨道指标源码_主力控盘线指标源码

传奇996源码_996传奇手游源码

传奇996源码_996传奇手游源码

论坛源码数据库下载_论坛源码数据库下载

论坛源码数据库下载_论坛源码数据库下载

copyright © 2016 powered by 皮皮网   sitemap