Skip to content
Snippets Groups Projects
Commit 0dfbc253 authored by Mahboobe Shakeri's avatar Mahboobe Shakeri
Browse files

commenting the second hashMap

parent ebb05e52
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,10 @@ public class Main { ...@@ -28,10 +28,10 @@ public class Main {
System.out.println("check if we have Anee grade: " + grades.get("anne")); System.out.println("check if we have Anee grade: " + grades.get("anne"));
HashMap<String, String> grades2 = new HashMap<>(); // HashMap<String, String> grades2 = new HashMap<>();
grades2.put("Mahboobe", "A-"); // grades2.put("Mahboobe", "A-");
grades2.put("Chris", "B+"); // grades2.put("Chris", "B+");
System.out.println(grades2); // System.out.println(grades2);
// ArrayList, Hashset, Hashmap // ArrayList, Hashset, Hashmap
// hashSet example // hashSet example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment