Which of the following should be appended to a character to repeat itntimes?

A. [n]
B. "n"
C. {n}
D. (n)


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the difference between Square text wrapping and Tight?

What will be an ideal response?

Computer Science & Information Technology

Photoshop supports ____ images, which allow a photographer to record a much larger range of tonal detail than can be captured in one photo.

a. bilinear b. CMYK c. RGB d. HDR

Computer Science & Information Technology

An important principle of good wireless network security design is dividing the network into smaller units, a practice known as ____.

A. VPN B. filtering C. segmentation D. firewalling

Computer Science & Information Technology

What is displayed in the message box by the following code?

```Dim message As String Dim teamNames() As String = { "Packers", "Jets", "Seahawks"} ReDim Preserve teamNames(1) message = teamNames(1) MessageBox.Show(message) ``` (A) Packers (B) Jets (C) Seahawks (D) 2

Computer Science & Information Technology