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
(A) MessageBox.Show("Hi there", "Hi")
Computer Science & Information Technology
You might also like to view...
The number argument of the DATEADD function is the numerical representation of the time interval added to the date and is always positive
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following is the command for printing a working directory?
a. Mkdir b. Pwd c. rmdir d. cd
Computer Science & Information Technology