Use the LET statement to assign data to variables as directed:
Add 1 to the contents of the variable age and store the result in the variable age.
```
LET age = age + 1
```
You might also like to view...
The ____ Auto Fill Option that fills the destination area using the format of the source area; no content is filled.
A. Copy Cells B. Fill Formatting Only C. Fill Without Formatting D. none of the above
What command below could be used on a UNIX system to help locate log directories??
A. ?show log B. ?detail C. ?search D. find?
How do you keep a group of associated files together?
A) You create them in sequence. B) You give them the same name. C) You put them in a folder. D) You sort them alphabetically by file name.
Which of the following is not true about XML?
a. XML stands for eXternal Markup Language b. XML was designed to store and transport data c. XML allows us to define and create new languages d. all of the above are true