Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i want it in python. As described in the course outline, this semester's offering of ENGI 1020 offers a PAS/FAL option. The process of deciding
i want it in python.
As described in the course outline, this semester's offering of ENGI 1020 offers a PAS/FAL option. The process of deciding what a student's final course result should be (PAS, FAL or a numeric grade) is described in Figure 1. This shows that there's more than one way to get a PAS or FAL result in ENGI 1020 2020-21W, but only one way to get a numeric grade. Input term points (out of 66) Points > 36? Y N Offer PAS: "Will you take a PAS? (y)" Offer FAL: "Will you take a FAL? (y)" Response? Response? Y N N Y Output: PAS Input "Final exam mark (out of 100)" Output: FAL Term 2 36 on Final 2 55 or Total = 55? N Offer PAS: "Will you take a PAS? (y)" Offer FAL: "Will you take a FAL? (y)" Response? Response? Y Y N N Output numeric grade Figure 1. Final result flowchart Objective Your objective in this assignment is to upload a script that will print a course result (PAS, FAL or a numeric grade) based on inputs provided by a student (e.g., a y or n in response to the question, "Will you take a PAS?"). You should prompt the user for exactly the questions mentioned in the flowchart above, only as needed. For example, if a student opts for a PAS grade before writing the final exam, you should not prompt for their final exam mark. Procedure As always, you should work out a few examples by hand before attempting to transcribe your solution into Python. I would also encourage you to think about what a partial solution could look like, as partial credit will be given for partialStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started