How shall i output | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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 🇮🇳