Solved

In Order to Use the MessageBox

Question 48

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions