How shall i output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How shall i output

fcount and lcount in the code below. Having a hard time trying. Need help https://code.sololearn.com/cYzP9v9p05LF/?ref=app

15th Aug 2020, 6:39 PM
stephen haokip
stephen haokip - avatar
1 Answer
+ 1
This is an example : public static void main(String[] args){ HashMap m = createMap(); System.out.println(getSameFirstNameCount(m,"haokip")); System.out.println(getSameLastNameCount(m,"stephen1")); }
15th Aug 2020, 6:54 PM
Jayakrishna 🇮🇳