

McqMate
Q. |
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 |
Answer» A. messagebox.show(“hi there”, “hi”) |
View all MCQs in
Dot Net Architecture and Program