Can you expalin the and write the code for below | Selenium Forum
M
Posted on 12/11/2015
Suppose there is an integer array holding following elements:
1,3,4,5,6,3,2,4,6,7,9,4,12,3,4,6,8,9,7,6,43,2,4,7,7,5,2,1,3,4,6,311,1

Write a program which prints which each number from array and the times it has been repeated in array
Fox eg
1- Repeated 3 times
4- Repeated 6 times

M
Replied on 22/11/2015

Refer - http://qtpselenium.com/selenium-tutorial/forum/viewtopic.php?f=20&t=362