Question: Class Activity Remember the program from Activity-2? Write a C program to take various inputs from user as shown below Enter your first $ last

Class Activity Remember the program from Activity-2? Write a C program to take various inputs from user as shown below Enter your first $ last name : Mark Smith Enter your department : Computer_Science Enter your course number & year : 3 2022 Enter the course fee : 5400.50 Student Name : Mark Smith Department : Computer_Science Registered Course : C (Course Code: 2130) Currently studying in : 3 semster (2022) Fees : $5400.50 Student enrolment system Refer to above given question from Activity-2 that was displaying the basic information of a student. Extend this program to create an entire Student Enrolment System using control structures, functions and various concepts that you have learned till now. 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: 1. Student Personal information Use function to take user input as follows: Student First Name Student Last Name DOB Address Conatct No. Email Academic Background 2. 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. 3. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!