Assume that s is a string variable that is supposed to contain a value to be converted to integer. Write a fragment of code that converts the value to integer variable and displays that value multipled by 2. If the value cannot be converted, display the message ''Invalid number'' instead.
Instructor''s notes: Use a message box to display each message.