InterviewSolution
Saved Bookmarks
| 1. |
Find the modal item of the following set of numbers: 2,5,7,3,7,3,2,7,7,5 |
| Answer» The modal value is 7 because it occurs more number of times than any other item. | |