You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Java Map.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Youaregivenaphonebookthatconsistsofpeople's names and their phone number. After that you will be given some person'snameasquery. Foreachquery, printthephonenumberofthatperson.
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.
2
2
3
3
Input Format
4
4
@@ -38,7 +38,7 @@
38
38
Not found
39
39
harry=12299933
40
40
41
-
Code:
41
+
Code:*/
42
42
//Complete this code or write your own from scratch
0 commit comments