Question: Can you please do this code in python. Thanks! Prompt the user for their first name, get and store the user input. Prompt the user
Can you please do this code in python. Thanks!
Prompt the user for their first name, get and store the user input. Prompt the user for their middle initial, get and store the user input. Prompt the user for their last name, get and store the user input. Prompt the user for their age, get and store the user input. We will assume that the user will enter a positive integer and will do no error checking for valid input. When all the user input has been gathered, print out the entire user name on one line with spaces in between the name components. Then print the user age on the next line. Your output should contain meaningful labels. For example, if the user entered a first name of Mickey, a middle initial of M, a last name of Mouse, and an age of 19, the output would be: Name: Mickey M Mouse Age: 19
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
