answersLogoWhite

0

Hey sunil i have an idea about mode that is more repeated data is mode ok

na

Example in the series 2,4,5,2,4,5,2,4,24,22,2,2,7,8,9,2 Mode for this data is 2 i.e. Answer is 2

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you write Ascending order program using 8086 microprocessor?

One many find this answer on YouTube. One also may find out how to write ascending order programs using an 8086 microprocessor by looking at the owners manual.


What will be the program to arrange numbers stored in array in ascending order using pointers?

sorry


How do you get a raptor flowchart to stop after 6 decimal places in an answer?

In a Raptor flowchart, you can control the number of decimal places displayed in an answer by using the "round" function. To limit the answer to 6 decimal places, you can use the round function with two arguments - the number you want to round and the number of decimal places you want to keep. For example, to limit a variable "x" to 6 decimal places, you can use the statement "x = round(x, 6);" in your Raptor code. This will ensure that the answer is rounded to 6 decimal places before being displayed.


Sort array in ascending descending order in python?

Using sorted(array,reverse=True)


If A flowchart proof presents a logical argument using?

Boxes and arrows.


Flowchart for student database using structure?

transpiration


Is data analyzed using a flowchart True or false?

true


What is the prime factor of 150 using ascending order?

2 x 3 x 5 x 5 = 150


How do you display 15 numbers in an ascending order using an array?

Sort the array then traverse the array, printing the element values as you go.


What does ascending order mean when using fractions?

"Ascending order" means each one is bigger or higher than the one before it. It doesn't matter whether they're fractions, whole numbers, mixed numbers, temperatures, costs, weights, volumes, decimals, etc.


A C program using dynamic memory allocation to sort n names in ascending order?

Writing a C program that uses dynamic memory allocation to sort names in ascending order is a typical computer science assignment. To write this program, you must be in UNIX.


Flowcharting of pascal triangle?

draw a flowchart of pascal triangle using for loops