Use the LET statement to assign data to variables as directed:

Assume that variable num] contains the value 33 and variable num2 contains the value 44. What values will each variable contain after the following statement is executed: LET num2 = numl + 1?


```
Variable numl now contains the value 33
Variable num2 now contains the value 34
```

Computer Science & Information Technology

You might also like to view...

Which operator assigns a value to a string?

A. = B. += C. + D. ==

Computer Science & Information Technology

The Query Wizard button is found in the Data Sources group under the Create tab

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is not a tool for maintaining state information with PHP?

A. hidden form fields B. query strings C. functions D. cookies

Computer Science & Information Technology

What are the benefits of limiting access to information?

What will be an ideal response?

Computer Science & Information Technology