Skip to content

Commit 20da60e

Browse files
committed
Chap 21, Ex: 13
1 parent 4943b17 commit 20da60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch_21/Exercise12_13.java ch_21/Exercise21_13.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Girl name Emily is ranked #1 in year 2001
2323
* Enter another inquiry? N
2424
*/
25-
public class Exercise12_13 {
25+
public class Exercise21_13 {
2626
static ArrayList<HashMap<String, String>> boysNames = new ArrayList<>();
2727
static ArrayList<HashMap<String, String>> girlsNames = new ArrayList<>();
2828

@@ -43,7 +43,7 @@ public class Exercise12_13 {
4343
}
4444

4545
public static void main(String[] args) {
46-
Exercise12_13 context = new Exercise12_13();
46+
Exercise21_13 context = new Exercise21_13();
4747
Scanner in = new Scanner(System.in);
4848
try {
4949
context.populateRankings(boysNames, BOY);

0 commit comments

Comments
 (0)