Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write in C using objected oriented programming# HogWit University (HWS) is a new university just starting in the western suburbs. They have hired your company

Write in C using objected oriented programming#

HogWit University (HWS) is a new university just starting in the western suburbs. They have hired your company to develop a system for counseling students on the courses they need to graduate. The app should input a student ID number and then display the student name, their major, the number of completed courses and the required courses they need to complete. As they prepare to open their doors, they are a liberal arts university and therefore only have 1 major: GenEd. Here is their current catalog:

This data should be input as a CSV file with this format.

image text in transcribed

Here is their rule for graduation from their catalog: Students must complete at least all of the required courses and 2 of the electives.

Here is their current enrollment. Some of these students are transferring in and therefore have credit for completed courses. The following data will be imported as a CSV file.

Id

First

Last

Courses Completed

S101

Harry

PotSome

Eng101,Eng102,Eng103,Her101

S102

Tom

Raddler

Eng101,Cha101,Eng102

S103

Janice

Joplin

Mus101,Eng101,His101,

S104

Nelly

Newbie

S105

Ryan

Ready

Eng101,Eng102,Mat101,Math102,Her101,His101,Cha101

S106

Sammie

Starter

Mus101

Here is an example output:

image text in transcribed

Id Tvpe of Class Description History of Magic and Muggles Introduction to None English English Writing Englishi01 Prerequisite His101 History None Required Eng101 English Eng102 English Mat101Mathematics College Algebra None Mat202MathematicsCalculus 1 Required Required Required Required Mat101 Her101 Herbology Introduction to Mat101, Eng101 Required Herbs for spells Introduction to None Charms Chal01 Charms Required Required Elective Dark191 Dark Arts Introduction to None Mug101Muggle Alc101 Alchemy Mu101 Music the Dark Art Introduction to None Muggles Introduction to None Alchem Introduction to None Music Studies Elective Elective HogWit University Course System Student ld Show Student Report When Click button show Name Major Rear Elect# Reg Comp Elect Com Course Left Harry Potsome S101 GenEd 5 2 4 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions