Question
Consider an attendance management system which is designed to manage presence of students. A console based user interface will ask for two options at the
Consider an attendance management system which is designed to manage presence of students. A console based user interface will ask for two options at the start screen. Option one for adding the attendance of the student. Option two for viewing the attendance of the students. Adding attendance will add student id, date and attendance status (P/A). Viewing attendance will ask for student id and will give the detail of the attendance of that student. The given data will also be stored in the secondary storage in standard JSON format. The previously stored data will be reloaded in the program on start. Design an application for the above scenario in Python.
Note: (Write code with proper syntax and indentation.)
Note: (Write code in python .)
Step 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