InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by mode |
|
Answer» The number which appears most often in a set of numbers.\xa0Example: in {6, 3, 9, 6, 6, 5, 9, 3} the Mode is 6 (it occurs most often). The mode of a set of data values is the value that appears most often. |
|