gói phanso;
nhập khẩu java.util.Scanner;
nhập khẩu java.util.ArrayList;
public class QLCX {
Scanner in = new Scanner (System.in);
ArrayList listCX = new ArrayList();
Int chon;
static double sum1 = 0;
static double sum2 = 0;
public void list () {
làm
{
System.out.println ( "chon loai chuyen xe can tim:");
System.out.println ( " 1: chuyen xe noi thanh ");
System.out.println (" 2: chuyen xe ngoai thanh ");
System.out.println (" 3: hien thi thong tin ");
System.out.println (" chon: ");
chon = in.nextInt ();
switch (chon)
{
case 1:
CXnoithanh noithanh = new CXnoithanh ();
noithanh.nhap ();
listCX.add (noithanh);
sum1 + = noithanh.getDoanhthu ();
break;
trường hợp 2:
CNXngoaithanh ngoaithanh = new CNXngoaithanh ();
ngoaithanh.nhap ();
listCX.add (ngoaithanh);
sum2 + = ngoaithanh.getDoanhthu ();
break;
case 3:
for (int i = 0; ilistCX.get (i) .hienthi ();
System.out.println ( "tong doanh thu");
System.out.println ( "tong doanh thu CX noi thanh:" + sum1);
System.out.println ( " tong doanh thu CX ngoai thanh: "+ sum2);
}
}
!} while (chon = 0);
}
public static void main (string [] args) {
// TODO Auto-tạo ra phương pháp sơ khai
QLCX qlcx = new QLCX () ;
qlcx.list ();
}
}
đang được dịch, vui lòng đợi..
