Questions tagged [mode]

Mode is a state in which a program exposes a particular subset of its functionality.

977 questions
-4
votes
4 answers

How can i find the mode in an array?

Basic its this program takes input 6 numbers from user, store them in an Array, calculate their Mean and Mode. Also count how many numbers are greater than mean. The code of my program is where i'm wrong My mean is correct but i have problem in…
1 2 3
65
66