Desk check the example program using the data list 25, 17, 3. Data list: 25, 17, 3
What will be an ideal response?
```
LETn= 0
LET s = 0
DO WHILE n < 3
INPUT x
LET s=s+x LETn=n+1
LOOP
LET av = s / n
OUTPUT av
```
Note: The output will be 16.
You might also like to view...
Which of the following is NOT considered part of a good top-down design chart?
(A) A subtask should accomplish as many tasks as possible. (B) Subtasks should proceed from general to specific as you read down the chart. (C) Subtasks should be as independent of each other as possible. (D) The design should be readable.
Many websites, like that in the accompanying figure, require a user to enter a private combination of characters associated with a user name that allows access to certain computer resources. What is the term for this combination of characters?
A. PIN B. password C. secure key D. passterm
Providing value to a _____ is the primary goal of any organization.
A. stakeholder B. product C. competitor D. service
Pressing the _____ key to complete an entry activates the adjacent cell to the right.
A. RIGHT ARROW B. LEFT ARROW C. UP ARROW D. DOWN ARROW