/***************
h*Q. Find the MODE if Runs scored by a player in 23 matches are: 12, 11, 10, 13, 19, 12, 13, 19, 15, 17, 18, 20, 16, 13, 12, 14, 17, 15, 17, 18, 12, 20, 35<br /><small>clue: sum=368<br />sorted=10, 11, 12, 12, 12, 12, 13, 13, 13, 14, 15, 15, 16, 17, 17, 17, 18, 18, 19, 19, 20, 20, 35<br />(frequency): 10(1), 11(1), 12(4), 13(3), 14(1), 15(2), 16(1), 17(3), 18(2), 19(2), 20(2), 35(1)<br />debugsum=23</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#12
/***************
h*Q. Find the Arithmetic MEAN if Runs scored by a player in 6 matches are: 63, 69, 64, 20, 83, 7<br /><small>clue: sum=306<br />sorted=7, 20, 63, 64, 69, 83<br />(frequency): 7(1), 20(1), 63(1), 64(1), 69(1), 83(1)<br />debugsum=6</small>
TYPE:MULTITEXTArithmetic MEAN
INSTR:DECIMAL
#51
/***************
h*Q. Find the RANGE if Runs scored by a player in 5 matches are: 11, 12, 78, 7, 57<br /><small>clue: sum=165<br />sorted=7, 11, 12, 57, 78<br />(frequency): 7(1), 11(1), 12(1), 57(1), 78(1)<br />debugsum=5</small>
TYPE:MULTITEXTRANGE
INSTR:DECIMAL
#71
/***************
h*Q. Find the MEDIAN if Runs scored by a player in 4 matches are: 98, 28, 19, 19<br /><small>clue: sum=164<br />sorted=19, 19, 28, 98<br />(frequency): 19(2), 28(1), 98(1)<br />debugsum=4</small>
TYPE:MULTITEXTMEDIAN
INSTR:DECIMAL
#23.5
/***************
h*Q. Find the MEDIAN if Runs scored by a player in 5 matches are: 2, 59, 30, 63, 101<br /><small>clue: sum=255<br />sorted=2, 30, 59, 63, 101<br />(frequency): 2(1), 30(1), 59(1), 63(1), 101(1)<br />debugsum=5</small>
TYPE:MULTITEXTMEDIAN
INSTR:DECIMAL
#59