Write a program that asks the user about their name, their dog's name, and shows a message. All input and output is with dialogs. First, the program asks for the user's first name:
Then the last name:
Then the dog's name:
That's all the input. After that, your program shows a message, that puts together the data:
Format the message exactly, with the right spacing, and the line breaks.
Notice something else you need to do. The user might type extra spaces around their input, like they did with the dog name.
Make sure the extra spaces do not affect the output.
Another run sequence:
Upload your worksheet. The usual coding standards apply. Good variable names, like that.