Commit d269a60
committed
feat: Add Ticket class to calculate total ticket price with GST and discount
Add a program that:
- Calculates total price for adult and child tickets
- Applies 18% GST to the total ticket price
- Applies a 10% discount on the price after GST
- Outputs the final payable amount
- Demonstrates arithmetic operations and order of operations in Java.1 parent dc816a6 commit d269a60
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
| 7 | + | |
5 | 8 | | |
| 9 | + | |
6 | 10 | | |
| 11 | + | |
7 | 12 | | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | | - | |
| 18 | + | |
0 commit comments