Question: pls answer this within 40 mins The faculty needs to determine the Class_Average, Pass_Percentage, and Fail_Percentage for the course BCSE101E - Python Programming. Each student

 pls answer this within 40 mins The faculty needs to determine

pls answer this within 40 mins

The faculty needs to determine the Class_Average, Pass_Percentage, and Fail_Percentage for the course BCSE101E - Python Programming. Each student registered for the course "Python Programming" is listed in the file BCSE101E.txt. Student RegdNo, Student Name, and Marks Obtained in 5 Subjects are all included in each record. Define the following functions as a python programmer: 1. getData() - To read the file contents from the given FileName (Say Example BCSE101E.txt) 2. computeResult() - To compute TotalMarks, Average, and Result of each Student 3. computeClassAverage() - This function is used to calculate the Class_Average, Pass_Percentage, and Fail_Percentage. Input : First line must read FileName Ouput: Print the student records containing RegdNo, Name, Avg, Result in each line . Finally print Class_Average, Fail_Percentage, Pass_Percentage (Round it to 2 decimal points) If the FileName is "None", then print "Invalid FileName

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!