Modify the example program immediately preceding these practice problems to count from —10 to +10.

Replace LET n = 6 with LET n = —10


The modified program is:
```
LET n = —10
DO WHILE n <= 10 OUTPUT n
LET n = n + 1
LOOP
```

Computer Science & Information Technology

You might also like to view...

The number of columns in a Web table is determined by the maximum number of cells within each row.

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

Computer Science & Information Technology

Ubiquitous computing is also called ________

A) microcomputing B) intelligent computing C) invisible computing D) embedded computing processes (ECP)

Computer Science & Information Technology

If you wanted to perform an aggregated calculation on a LastName field, you would use the ________ function

A) Total B) Count C) Sum D) You cannot perform aggregated calculations on text fields.

Computer Science & Information Technology

Why is it especially important to ask the question, "Have I included all the vulnerable groups in my calculation?" when using a utilitarian analysis?

What will be an ideal response?

Computer Science & Information Technology