Can you help me with a code of java to find frequency of numbers occured in an array?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Can you help me with a code of java to find frequency of numbers occured in an array??

Don't use hashmap, don't import packages, just a simple program using for, if loop. Ex: take an array print all elements and now the code for checking each number occuring how many times in the array. Also check for duplicacy means don't check the no. Which is previously checked

16th Aug 2019, 7:38 AM
Osama Siddique
Osama Siddique - avatar
3 Respostas
+ 8
Here is my old code I think this is you want osama siddique https://code.sololearn.com/cUuG8snpvKF4/?ref=app
16th Aug 2019, 10:06 AM
Sumit ProgrammeršŸ˜ŽšŸ˜Ž
Sumit ProgrammeršŸ˜ŽšŸ˜Ž - avatar
16th Aug 2019, 9:51 AM
Osama Siddique
Osama Siddique - avatar
0
Yes!, Thanks.. šŸ‘
16th Aug 2019, 10:13 AM
Osama Siddique
Osama Siddique - avatar