Question: C programming using control structures Create Student Enrolment System using following instructions, however, you are not limited to use given instructions only. I appreciate if
C programming using control structures
Create Student Enrolment System using following instructions, however, you are not limited to use given instructions only. I appreciate if you would add your own ideas to make this Enrolment System more efficient. You can show you creativity by adding more details to enhance the functionality of the System. Following are the examples of few functions that you can add:
Student Personal information
Use function to take user input as follows:
Student First Name
Student Last Name
DOB
Address
Conatct No.
Academic Background
Course information
Display the courses (atleast four or five courses) available using print() and ask to choose out of those options
Use control structures to display the information for selected courses
Example: if student chooses Computing Science,
display the courses available(it can have multiple courses), course description, its fees and duration using print()
In this function, a student can ask for multiple courses.
Enrolment process
Display the steps to get enrol into a course and update the status if student is enroled or not.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
