Multiple Choice
Identify the following statements which will: Format a string to contain the word "Name" in a column of 20 characters wide, followed by the word "Address" in a second column, also 20 characters wide.
A) String.Format("{0, 20}{1, 20}", "Name", "Address")
B) String.Format("{ 20}{ 20}", "Name", "Address")
C) String.Format(20, 20, "Name", "Address")
D) String.Format(20, 40, "Name", "Address")
Correct Answer:

Verified
Correct Answer:
Verified
Q26: This predefined constant moves the print position
Q27: This property allows the developer to specify
Q28: This control is used to display a
Q29: Visual Basic allows you to use a(n)
Q30: To change the color of text in
Q31: The method writes data to a file,
Q33: The _method displays a dialog window when
Q34: Reports with columnar data should not use
Q35: Which of the following code segments will
Q36: All of the following steps must be