UCLA needs a student discipline and performance tracking management application that will store students’ details relati
Posted: Fri Jul 08, 2022 6:36 am
UCLA needs a student discipline and performance trackingmanagement application that will store students’ details relatingto the module that a student has issues with in a database systemfor easy tracking and management. This system captures studentdetails such as student name, student id and the moduleconcerned.\
Using the same scenario above you are required to create a classcalled StudentDetails with the instance variables studentName,studentNo, module and description. The class has four methodsreadDetails, addDetails, saveDetails and displayDetails. ThesaveDetails saves the details into a text file which receives thearguments from the class. The readDetails encapsulates code forreading data from the console and then calls addDetails method forassigning the read values to instance variables. Then saveDetailsmethod is called by the addDetails which in return calls thedisplayDetails. The display method prints all the details of thestudent. (25 Marks)(The expected output is on the appendix)
Student Details Enter Name : John Ike Enter Student Number : Stud001 Enter Module : ITAPA2-B12 Enter description : Failed the project 2 Student File successfully created Name: John Ike, with student no. Stud001 enrolled on ITAPA2-B12 : Report details Failed the project 2
s Text Editor ▾ F+L Sun 17:21 • Open ▾ examQtn5.txt ~/python/Data Structures Name: John Ike, with student no. Stud001 enrolled on ITAPA2-B12: Report details Failed the project 2
Using the same scenario above you are required to create a classcalled StudentDetails with the instance variables studentName,studentNo, module and description. The class has four methodsreadDetails, addDetails, saveDetails and displayDetails. ThesaveDetails saves the details into a text file which receives thearguments from the class. The readDetails encapsulates code forreading data from the console and then calls addDetails method forassigning the read values to instance variables. Then saveDetailsmethod is called by the addDetails which in return calls thedisplayDetails. The display method prints all the details of thestudent. (25 Marks)(The expected output is on the appendix)
Student Details Enter Name : John Ike Enter Student Number : Stud001 Enter Module : ITAPA2-B12 Enter description : Failed the project 2 Student File successfully created Name: John Ike, with student no. Stud001 enrolled on ITAPA2-B12 : Report details Failed the project 2
s Text Editor ▾ F+L Sun 17:21 • Open ▾ examQtn5.txt ~/python/Data Structures Name: John Ike, with student no. Stud001 enrolled on ITAPA2-B12: Report details Failed the project 2