Question: C++ Program. Develop a course Management System without using a Class. Problem Specification: * Should Use text as a medium of interfacing i.e input and
C++ Program. Develop a course Management System without using a Class.
Problem Specification:
* Should Use text as a medium of interfacing i.e input and output.
* Should save all the information in a file, retrieval later by the users.
* Grade assignment (A (>85) + B + (65+75) B(65-75) C + (55-65) C(45-55) F(<45))
Administrator:
1. Create and show degree programs (e,g BS Mechanical MS Computer)
2. Create and show different courses (e,g Fundamentals Of Programming)
3. Assign at most three sections to a given course (e,g ME12A, ME12B, ME12C)
4. Enrol students in courses and sections.
Teacher
1. Assign assessment components to each course (e,g Quiz, Assignment, Final Exam)
2. Assign maximum marks to assessment component (e,g Quiz = 20, Assignment = 20)
3. Assign marks to students for each assessment component (e,g Quiz = 19, Assignment = 15)
4. Visualize the result card of a section showing students, marks, of each component, and total marks, in a table format.
Student:
1. Shows a list of enrolled courses.
2. Shows the current semester detailed result card.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
