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...
A user can enter data in a form if the fields are:
A) empty. B) shaded. C) in red. D) in bold.
Computer Science & Information Technology
____ errors occur when a program attempts to perform an illegal action.
A. Syntax B. Logical C. Runtime D. Overload
Computer Science & Information Technology