/***************
h*Q. Find the MEDIAN if Runs scored by a player in 7 matches are: 75, 96, 28, 95, 34, 22, 63<br /><small>clue: sum=413<br />sorted=22, 28, 34, 63, 75, 95, 96<br />(frequency): 22(1), 28(1), 34(1), 63(1), 75(1), 95(1), 96(1)<br />debugsum=7</small>
TYPE:MULTITEXTMEDIAN
INSTR:DECIMAL
#63

/***************
h*Q. Find the MODE if Runs scored by a player in 19 matches are: 20, 11, 16, 18, 12, 12, 16, 13, 14, 14, 18, 20, 19, 19, 11, 11, 11, 19, 30<br /><small>clue: sum=304<br />sorted=11, 11, 11, 11, 12, 12, 13, 14, 14, 16, 16, 18, 18, 19, 19, 19, 20, 20, 30<br />(frequency): 11(4), 12(2), 13(1), 14(2), 16(2), 18(2), 19(3), 20(2), 30(1)<br />debugsum=19</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#11

/***************
h*Q. Find the MODE if Runs scored by a player in 23 matches are: 16, 13, 12, 20, 14, 11, 15, 19, 17, 18, 15, 17, 13, 11, 20, 19, 17, 16, 14, 13, 14, 18, 26<br /><small>clue: sum=368<br />sorted=11, 11, 12, 13, 13, 13, 14, 14, 14, 15, 15, 16, 16, 17, 17, 17, 18, 18, 19, 19, 20, 20, 26<br />(frequency): 11(2), 12(1), 13(3), 14(3), 15(2), 16(2), 17(3), 18(2), 19(2), 20(2), 26(1)<br />debugsum=23</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#13,14,17

/***************
h*Q. Find the MEDIAN if Runs scored by a player in 6 matches are: 84, 89, 56, 47, 42, 18<br /><small>clue: sum=336<br />sorted=18, 42, 47, 56, 84, 89<br />(frequency): 18(1), 42(1), 47(1), 56(1), 84(1), 89(1)<br />debugsum=6</small>
TYPE:MULTITEXTMEDIAN
INSTR:DECIMAL
#51.5

/***************
h*Q. Find the MODE if Runs scored by a player in 22 matches are: 15, 19, 10, 18, 13, 18, 15, 12, 15, 11, 18, 20, 10, 19, 19, 12, 11, 19, 17, 16, 20, 25<br /><small>clue: sum=352<br />sorted=10, 10, 11, 11, 12, 12, 13, 15, 15, 15, 16, 17, 18, 18, 18, 19, 19, 19, 19, 20, 20, 25<br />(frequency): 10(2), 11(2), 12(2), 13(1), 15(3), 16(1), 17(1), 18(3), 19(4), 20(2), 25(1)<br />debugsum=22</small>
TYPE:MULTITEXTMODE
INSTR:DECIMAL
#19