Sharp EL-9450 Operation Manual page 160

Graphing calculator
Hide thumbs Also See for EL-9450:
Table of Contents

Advertisement

HIST
Sequentially
input the data in
list L1.
Calculate the
median of List
L1.
* Creates a histogram based on the entered data.
10 ⇒ dim(L1)
Gosub INSCORE
Gosub AVGSCORE
Plt1(Hist, L1)
Zm_Stat
Wait
End
Label INSCORE
1 ⇒ I
Print "ENTER SCORE
Input A
A ⇒ L1(1)
2 ⇒ I
Label LOOP
Print "ENTER NEXT
Input A
A ⇒ L1(I)
I + 1 ⇒ I
If I ≤ 10 Goto LOOP
Return
Label AVGSCORE
Print "AVERAGE IS
Median(L1) ⇒ M
Print M
Wait 3
Return
Chapter 9: Programming Features
153

Advertisement

Table of Contents
loading

Table of Contents