We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4943b17 commit 20da60eCopy full SHA for 20da60e
ch_21/Exercise12_13.java ch_21/Exercise21_13.java
@@ -22,7 +22,7 @@
22
* Girl name Emily is ranked #1 in year 2001
23
* Enter another inquiry? N
24
*/
25
-public class Exercise12_13 {
+public class Exercise21_13 {
26
static ArrayList<HashMap<String, String>> boysNames = new ArrayList<>();
27
static ArrayList<HashMap<String, String>> girlsNames = new ArrayList<>();
28
@@ -43,7 +43,7 @@ public class Exercise12_13 {
43
}
44
45
public static void main(String[] args) {
46
- Exercise12_13 context = new Exercise12_13();
+ Exercise21_13 context = new Exercise21_13();
47
Scanner in = new Scanner(System.in);
48
try {
49
context.populateRankings(boysNames, BOY);
0 commit comments