We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25eeeb8 commit 9fbeb8fCopy full SHA for 9fbeb8f
Rent.java
@@ -10,9 +10,9 @@ public class Rent
10
private Date _returnDate;
11
12
// Constant in the class
13
- private static final int TYPE_A_PRICE = 1OO;
+ private static final int TYPE_A_PRICE = 100;
14
private static final int TYPE_B_PRICE = 150;
15
- private static final int TYPE_C_PRICE = 18O;
+ private static final int TYPE_C_PRICE = 180;
16
private static final int TYPE_D_PRICE = 240;
17
private static final int NUM_OF_DAYS_IN_WEEK = 7;
18
private static final double DISCOUNT = 0.9;
0 commit comments