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
```


![14938|372x379](upload://lwCysFMdsitcoPuM7xjwnxTrjPC.jpeg)

Computer Science & Information Technology

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

Computer Science & Information Technology

____ language is a very low level language that is very similar to machine language.

A. Assembly B. AECL C. Natural D. Recorded

Computer Science & Information Technology

What is a circular reference? How do you know if your workbook has a circular reference?

What will be an ideal response?

Computer Science & Information Technology

The MIN function determines the minimum value in a row.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology