Q1_20251126125511.webp
N

Q1_20251126125511.webp

switch (seatType) {
extraFee = 0;
// Regular seat
|
7.
8.
9.
10.
11.
} else if (age <= 17) {
basePrice 50000;
}else if (age <= 64) {
basePrice 70000;
} else {
12.
basePrice 40000;
13.
}
14.
15.
16.
case 'T':
17.
18.
break;
19.
case 'V':
20.
extraFee 20000; // VIP seat
21.
break;
22.
case 'D':
23.
24.
25.
26.
extraFee 300ee; // Couple seat
break;
default:
return -1; // Invalid seat type
27.
}
28.
29.
int totalPrice basePrice + extraFee;
30.
24.
25.
26.
27.
}
28.
29.
30.
break;
default:
return -1; // Invalid seat type
int totalPrice basePrice + extraFee;
Zoom
+ 100%
Close
Chưa có bình luận nào.

Thông tin

Category
SWT301
Thêm bởi
Ngọc Huyền
Ngày thêm
Lượt xem
5,762
Lượt bình luận
0
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom