Write a statement to increment variable n in the following sequence: 10, 9, 8, 7, etc.
What will be an ideal response?
```
LET n = n — 1
```
Computer Science & Information Technology
You might also like to view...
A(n) ________ is a punctuation symbol used to indicate an explanation or emphasis
Fill in the blank(s) with correct word
Computer Science & Information Technology
To display the Tools menu in the Internet Explorer 11 desktop application, press ________
A) Alt + T B) Ctrl + T C) Shift + Tab D) Ctrl + Shift + T
Computer Science & Information Technology