Talking to the User: Message Box and Input Box
1. MsgBox MsgBox (Message Box) brings up a dialog box with a title bar, a message of our choice, and a choice of icons and buttons. The function can return a value that tells us which button the user clicked. We have seen MsgBox in passing in earlier posts. Here is the syntax of the…