Skip to content

Commit 689667b

Browse files
Add files via upload
1 parent c3c9ca8 commit 689667b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: mapmethods12.java

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public static void main(String[] args) throws Exception {
1010
map.put("f", 6);
1111
System.out.println("Map:" + map);
1212
map.remove("a");
13+
System.out.println("Map:" + map);
1314

1415
}
1516
}

0 commit comments

Comments
 (0)