Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 20da60e

Browse files
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‎ renamed to ‎ch_21/Exercise21_13.java‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /