Question: SWE225 Introduction to Programming and Problem Solving Assignment 1 - Q3 Marks: 10 Submission Guidelines Complete the following program in Python. Ensure that the program

SWE225 Introduction to Programming and Problem Solving Assignment 1 - Q3 Marks: 10 Submission Guidelines Complete the following program in Python. Ensure that the program is well documented with comments. Use meaningful variable names. Ensure that the program is without errors and gives the required results. Submit the program (1 python file + screenshot), with A1 - Q3 - Name.py, to BlackBoard Complete the following program in Python Q3- Write a Python program to read from the user a number between 1 and 7. The number corresponds to the day of the week. The program must print the day. Give an appropriate error message if the user gives wrong input. Consider Sunday to be the first day of the week (1:Sunday, 2: Monday, 3:Tuesday, 4:Wednesday, 5:Thursday, 6:Friday, 7:Saturday) Examples: a) Input: 1 Output: Sunday b) Input: 2 Output: Monday c) Input: 14 Output: Not a day of the week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
