Question: 6. What command would allow you to assign your first and last name to a variable called MyName? (See example output below that uses my


6. What command would allow you to assign your first and last name to a variable called MyName? (See example output below that uses my name) How would you view the contents of this variable? 7. Using the variable MyName that you created in the previous step, which command would allow you to create a new variable called Hello that utilizes the MyName variable to create a statement that says "Hello, my name is Dave Keller"? Obviously, your statement will include your name and not mine. Which command would allow you to print the contents of this variable? ( 2 pts) (See example output below that uses my name) What command would allow you to create a variable called MyName that consists of two objects, your first name and your last name. Which command would allow you to print the contents of this variable? (2 pts) (See example output below that uses my name) 9. Using the MyName variable you created in the previous example, how would you go about only displaying only your last name? (See example output below that uses my name) 10. What command would you type to replace your last name in the MyName variable with the word Husky? (See example output below that uses my name)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
