What does the following code display?
```
Console.WriteLine("*");
Console.WriteLine("***");
Console.WriteLine("*****");
Console.WriteLine("****");
Console.WriteLine("**");
```
*
***
*****
****
**
Computer Science & Information Technology
You might also like to view...
Fully 70 percent of Pinterest users say that they visit the site to get purchasing ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
All of the following are major categories of a Web Part that you can modify EXCEPT:
A) Theme. B) Appearance. C) Layout. D) Advanced.
Computer Science & Information Technology