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

Modifying the ____ enables you to animate objects in a more natural way instead of having objects move only in straight lines.

A. path B. tween C. motion path D. mask

Computer Science & Information Technology

If you follow the 7 × 7 slide guideline, you will never have more text than needs to be displayed on a slide

Indicate whether the statement is true or false

Computer Science & Information Technology

Common properties for multiple controls may be set by performing which of the following tasks?

A. select each control separately and change the properties B. select adjacent controls only using the Ctrl key and the mouse; then change the properties for adjacent controls one at a time C. select adjacent and nonadjacent controls using the Ctrl key and the mouse; then change the properties for all controls at once D. change the properties to apply to all controls then select the controls by clicking on the controls with the mouse

Computer Science & Information Technology

On a TCP/IP network, what information within a packet does a router use to determine where an incoming packet should go?

A. destination MAC addresses B. destination IP addresses C. source MAC address D. source IP address

Computer Science & Information Technology