What does the following code print?

What will be an ideal response?
```
cout << "*\n**\n***\n****\n*****" << endl;
```

*
**
***
****
*****

Computer Science & Information Technology

You might also like to view...

When the ____________________ process is almost complete, Windows displays the Lock screen.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

An array that uses two indices is referred to as a(n) ___________ array.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology