Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ad980ac

Browse files
authored
한글화
1 parent 4126521 commit ad980ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/effectivejava/chapter9/item60/Change.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static void main(String[] args) {
99
funds -= price;
1010
itemsBought++;
1111
}
12-
System.out.println(itemsBought + " items bought.");
13-
System.out.println("Change: $" + funds);
12+
System.out.println(itemsBought + "개 구입");
13+
System.out.println("잔돈(달러): " + funds);
1414
}
1515
}

0 commit comments

Comments
 (0)