1. MessageBox.Show(“Hi there”, “Hi”)
2.MessageBox.Show(Hi there, Hi)
3.MessageBox.Show “Hi There”, “Hi”
4.MessageBox.Show Hi There, Hi
Answer:1