I need to create an array with 11 integers. They are 1,2,3,3,3,2,2,1 ,3,4,5.
I need to create an array from the source data list.
And I need to determine the mode of the array from above.
The program should account for the “exception” that no “mode” occurs – no value in the array occurs more than once.
Thanks much
I need to create an array from the source data list.
And I need to determine the mode of the array from above.
The program should account for the “exception” that no “mode” occurs – no value in the array occurs more than once.
Thanks much
Comment