Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c++ please College of Engineering Department of Computer Science and Engineering CMP220-Programming II Spring 2019 Homework 5: Classes-Part Date: 7/March/2019 Due: 10/March/2019 Write a C++

c++ please image text in transcribed
College of Engineering Department of Computer Science and Engineering CMP220-Programming II Spring 2019 Homework 5: Classes-Part Date: 7/March/2019 Due: 10/March/2019 Write a C++ program that declares a class called course with the following member functions and variables int ID;// private string name;//private void readCrs();// public void printCrs();// public Then create a class called student that contains the following member functions and variables: int ID; // private string name; // private Vector of courses// private void readStd():// public void printStd); // public Write a main program that: 1. Declare a Student object 2. Call its read function to fill it in from the user 3. Call its print function to print it out to the user While filling the student object, ask the user for the number of courses and fill in the vector accordingly. Provide snapshots of the results and a cover page

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

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

manageremployee relationship deteriorating over time;

Answered: 1 week ago