Skip to content

Commit 5e8566f

Browse files
authored
Update Java Map.java
1 parent 966c1e1 commit 5e8566f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java Map.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You are given a phone book that consists of people's names and their phone number. After that you will be given some person's name as query. For each query, print the phone number of that person.
1+
/*You are given a phone book that consists of people's names and their phone number. After that you will be given some person's name as query. For each query, print the phone number of that person.
22
33
Input Format
44
@@ -38,7 +38,7 @@
3838
Not found
3939
harry=12299933
4040
41-
Code:
41+
Code:*/
4242
//Complete this code or write your own from scratch
4343
import java.util.*;
4444
import java.io.*;

0 commit comments

Comments
 (0)