Question: .1. Task 1: Welcome message A program prints a welcome message by taking their username as input. - Step 1: Take username as input. o

.1. Task 1: Welcome message A program prints a welcome message by taking their username as input. - Step 1: Take username as input. o How many inputs should be taken? o What will be the data type of the input? o Do you need to import any package to get the user input? If yes, then which one? - Step 2: Prompt the username from the user. o Prompt the user for username input using print statement. - Will you declare a variable to store the username? If yes, then what will be the name? Considering the naming convention. - What will be the data type? o How do you read the user input? - Which method will you use? - Step 3: Print the welcome message. o Write the statement for printing the output in the console. Write a program to print a welcome message by taking their username as input. Expected Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
