为了账号安全,请及时绑定邮箱和手机立即绑定
import java.util.Scanner;


public class Car {
       public String name;
       public int money;
       public int people;
       public int things;
       public double thing;
       public Car(String name, int money, int people){
    	   this.name=name;
    	   this.money=money;
    	   this.people=people;
    	   System.out.println(   name  + "      "  + money  + "元/天"  + "         " + "载人:" + people + "人");
       }
       public Car (String name, int money, int people, int things){
    	   
    	   this.name=name;
    	   this.money=money;
    	   this.people=people;
    	   this.things=things;
    	   System.out.println( name +  "                             "  + money + "元/天" + "         " + "载人:" + people + "人" + "         " + "载货" + things + "吨" );
       }
       
    public Car (String name, int money,  double thing){
    	   
    	   this.name=name;
    	   this.money=money;
    	   this.thing=thing;
    	   System.out.println(  name +  "                       "  + money + "元/天" + "         " + "载货:" + thing + "吨" );
       }
       
       
}


正在回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号