汽车租赁系统-java

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
} else {
rent =days *1200;
}
System. out .println( "你的租车费用为"+rent +"元");
}
} iport java.util.Scanner;
class TestRent {
static void main(String[] args ) { Sca nner in put =new Scann er(System.in );
System. out .println( "***汽车的信息***" +"\n车牌号"+getNo()+ "\n客车座位数"+this . seatCount +"座");
}
public void calRent(int days) {
int rent =0;
if ( seatCount <=19) { rent =days*800;
public Car(String no ,Stringbrand ,String type ) {
super ( no, brand );
this . type =type ;
public String getType() { return type ;
void setType(String .type =type ;
privateStringno;
privateStringbrand ;
int [] fee = { 750,600,500,800,1200};
public MotoVehicle() {}
public MotoVehicle(Stri ngno ,Stri ng brand) {
this . no=no; this . brand =brand ;
c.setBrand("宝马");
c.setType( "730");
c. prin tI nfo();
System. out .println("请输入租车天数");
c.calRe nt( in put .n ext In t());break ;
汽车租赁系统-java
实现租车汽车租赁系统,不同车型日租金情况如表7-1所示;
车型及日期
Βιβλιοθήκη Baidu轿车
客车
车型
别克Gl8
宝马750
别克凯越
<=19座
>19座
日租金(元/
750
600
500
800
1200
天)
编程实现计算不同车型不同天数的租赁费用。
package zuche;
public abstract class MotoVehicle {
}
package zuche;
public class Car extends MotoVehicle {
private String type ;//String
[]type 1= {"别克凯越","宝马730","别克凯越","中小客车(19座以内)","大型
客车(19座以上)"};
public Car() {}
this . no=no;
}
public void printInfo() {
System. out .println( "***汽车的信息***" +"\n汽车品牌
"+this .brand +"\n车牌号"+this .no);
}
public abstract void calRent( int days);
//int carType;
Stringanswer;
int day =0;
Car c=new Car();
Bus b=new Bus();
System. out .println( System. out .println(
switch (in put .n ext In t()) {
case 1:
}
public Stri ng getNo() {
return no;
}
public Stri ng getBra nd() {
returnbrand ;
}
public void setBrand(Stringbrand ) {
this . brand =brand ;
}
public void setNo(Stringno) {
相关文档
最新文档