Question: programming 3. Criteria - Create your project based on the following criteria. An example of user input is given below. X = str(input(Enter the value

programming
3. Criteria - Create your project based on the following criteria. An example of user input is given below. X = str(input("Enter the value for x:"); 1. Create the title to your program as Looking back at Year 2020 and assign the following variables. - Name > The user input message has to be ("What is your name: ") - Approval > The user input message has to be ("Are you willing to provide information about the year 2020. YES or NO "); - 2. Use the IF,ELSE IF and ELSE statements as follows. - If the value assigned to the variable "Approval is No then print It is fine. We appreciate your response: ") - If the value assigned to the variable "Approval is Yes then print Hello User. Let us talk about the year 2020" - Problem > The user input message has to be ("What were the problems you face in the year 2020 and what are the lessons you learnt: ") 3. Display the variables at the end of the program as follows. Output 1 - ("Your name is : ", name) Output 2 - (You agreed to disclose your information: ", Approval) Output 3 - ("The problems that you face in the year 2020 are: ")* (10 Points) 3. Criteria - Create your project based on the following criteria. An example of user input is given below. X = str(input("Enter the value for x:"); 1. Create the title to your program as Looking back at Year 2020 and assign the following variables. - Name > The user input message has to be ("What is your name: ") - Approval > The user input message has to be ("Are you willing to provide information about the year 2020. YES or NO "); - 2. Use the IF,ELSE IF and ELSE statements as follows. - If the value assigned to the variable "Approval is No then print It is fine. We appreciate your response: ") - If the value assigned to the variable "Approval is Yes then print Hello User. Let us talk about the year 2020" - Problem > The user input message has to be ("What were the problems you face in the year 2020 and what are the lessons you learnt: ") 3. Display the variables at the end of the program as follows. Output 1 - ("Your name is : ", name) Output 2 - (You agreed to disclose your information: ", Approval) Output 3 - ("The problems that you face in the year 2020 are: ")* (10 Points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
