Q. What is the proper syntax when using a message dialog box? (Solved)
1. messagebox.show(“hi there”, “hi”)
2. messagebox.show(hi there, hi)
3. messagebox.show “hi there”, “hi”
4. messagebox.show hi there, hi
- a. messagebox.show(“hi there”, “hi”)