Question: please follow the marking scheme to solce it. if doing well, i will definitely commend you. Problem 4 (Defining Your Own Problem) For this question,
Problem 4 (Defining Your Own Problem) For this question, you will have to create your own basic programming problem to solve. The problem should be related to something you are interested in (a domain of study, a sport, a hobby, etc.). At minimum, the problem must include input, output, and involve at least one of the following control structures a) A nested if-else structure b) An if structure using a complex boolean statement (e.g., using AND, OR, NOT) c) An if-elif-else structure Use the comment command ("#") to write a clear and unambiguous description of your problem within a file called a2q4.py. Include the code to solve your problem in the same file. A few example problems are included on the assignment page. You may not use the same examples in this assignment. Problem 4 (15 marks): 5 marks - The problem description is clear and unambiguous 10 marks - The solution is implemented correctly (i.e., matches the rules/logic specified in the description) and uses at least one of the required control structures
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
