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.

Computer Science & Information Technology

You might also like to view...

When an error condition exists that prevents a user from loading their normal profile, a ________profile is loaded. When the user logs off, all changes are deleted

a. Roaming b. Mandatory c. Local d. Temporary

Computer Science & Information Technology

The subcontainer found under both the Computer and User Configuration Policies containers that holds most of the settings that control the appearance of the desktop environment is called ___________

a. Administrative templates b. Policies c. Preferences d. Windows Settings

Computer Science & Information Technology