What does the following code print?
```
cout << "*\n**\n***\n****\n*****" << endl;
```
```
*
**
***
****
*****
```
Computer Science & Information Technology
You might also like to view...
The Developer tab must be enabled by going to the Backstage view and selecting Customize
Indicate whether the statement is true or false
Computer Science & Information Technology
You can create a data block based upon a view but you cannot update the data in the table through the form if the data block was based upon a view.
a. true b. false
Computer Science & Information Technology