Solved

What Is the Proper Syntax When Using a Message Dialog

Question 39

Multiple Choice

What is the proper syntax when using a message dialog box?


A) MessageBox.Show("Hi there", "Hi")
B) MessageBox.Show(Hi there, Hi)
C) MessageBox.Show "Hi There", "Hi"
D) MessageBox.Show Hi There, Hi

Correct Answer:

verifed

Verified

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

Related Questions