Multiple choice Which of the following is the correct syntax of displaying a 'Message Box' in C#? msgbox.show() MessageBox.Show() Msgbox() msgBox.show() MessageBoxShow() Reveal answer Fill a bubble to check yourself B Correct answer Explanation A message box is used to displays the specified text in a small window containing one or more buttons.