Write a statement to increment variable n in the following sequence: 10, 20, 30, 40, etc.
What will be an ideal response?
```
LET n = n + 10
```
Computer Science & Information Technology
You might also like to view...
Columnar forms and reports do not export to Word properly
Indicate whether the statement is true or false
Computer Science & Information Technology
Match the following terms with the corresponding descriptions:
I. Visual Basic for Applications II. Macro Recorder III. Sub procedure IV. Module V. Custom function A. A file in which macros are stored B. A robust programming language that is the underlying code of all macros C. Specialized functions created within VBA that can be used within a worksheet D. Records your commands, keystrokes, and mouse clicks to store Excel commands as VBA code within a workbook E. Visual Basic scripts that perform actions
Computer Science & Information Technology