Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using namespace std; c++ QUESTION 4: write a driver function to test your classes, such that: 1. Define an Array size 10 to track the

image text in transcribedusing namespace std; c++

QUESTION 4: write a driver function to test your classes, such that: 1. Define an Array size 10 to track the students of both types. 2. Read the information of 10 students and store them inside the array defined in the previous step. The user will be asked to specify the type of student first (Master, or Bachelor), and then input data according to the type of student. 3. Print all student names whose ranking is Excellent regardless of their type (Master or Bachelor). 4. Print all Bachelor student names whose Major is CS. QUESTION 4: write a driver function to test your classes, such that: 1. Define an Array size 10 to track the students of both types. 2. Read the information of 10 students and store them inside the array defined in the previous step. The user will be asked to specify the type of student first (Master, or Bachelor), and then input data according to the type of student. 3. Print all student names whose ranking is Excellent regardless of their type (Master or Bachelor). 4. Print all Bachelor student names whose Major is CS

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

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions