Modify the example program immediately preceding these practice problems to count from 10 to 21

What will be an ideal response?

Replace LET n = 6 with LET n =10
Replace DO WHILE n < =10 with DO WHILE n < = 2

The modified program is:
LET n = 10

DO WHILE n < = 21 OUTPUT n
LET n = n + 1
LOOP

Computer Science & Information Technology

You might also like to view...

Which of the following functions does NOT base its calculations on data samples?

A) VAR.S B) STDEV.S C) VARPA D) STDEVA

Computer Science & Information Technology

The default calculation using the PMT function will produce a negative number

Indicate whether the statement is true or false

Computer Science & Information Technology