Draw a flowchart for the program fragments (no need to show start and stop)
```
LET sum = 0 LET count = 0 LET item = 0 DO UNTIL item = 9999
INPUT item
IF item < 9999 THEN
LET sum = sum + item LET count = count + 1
END IF
LOOP
LET average sum / count
OUTPUT average
```

You might also like to view...
The contains a list of helpful links, such as Get Started and Online Commu- nity.
a) Solution Explorer window b) Properties window c) Start Page d) Toolbox link
____ language is a very low level language that is very similar to machine language.
A. Assembly B. AECL C. Natural D. Recorded
What is a circular reference? How do you know if your workbook has a circular reference?
What will be an ideal response?
The MIN function determines the minimum value in a row.
Answer the following statement true (T) or false (F)