Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Temporal Databases Research And Practice Lncs 1399

Authors: Opher Etzion ,Sushil Jajodia ,Suryanarayana Sripada

1st Edition

3540645195, 978-3540645191

More Books

Students also viewed these Databases questions