Multiple Choice
In order to use the MessageBox.Show( ) method in your console application, you must ____.
A) enclose the method call in a body of a loop
B) add a reference to the System.Windows.Forms.dll.
C) add a using System.MessageBox directive
D) call on the method from within the WriteLine( ) or Write( ) methods
Correct Answer:

Verified
Correct Answer:
Verified
Q43: One of the major strengths of programming
Q44: The _ method of the MessageBox class
Q45: for (int i = 0; i <
Q46: Using the break or continue statements with
Q47: s = num.Next(7); <br> <br>The statement above
Q49: An example for statement that has a
Q50: The conditional expression is sometimes called the
Q51: An option other than looping that can
Q52: Without incrementing the counter used in the
Q53: You must tell the user what value