UCLA needs a student discipline and performance tracking management application that will store students’ details relati

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

UCLA needs a student discipline and performance tracking management application that will store students’ details relati

Post by answerhappygod »

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)
Ucla Needs A Student Discipline And Performance Tracking Management Application That Will Store Students Details Relati 1
Ucla Needs A Student Discipline And Performance Tracking Management Application That Will Store Students Details Relati 1 (81.15 KiB) Viewed 62 times
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply