Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C++ program that do the following. Declare struct named Lecturer which has the following data members: LectID. Name. Age. Course. o ( int

image text in transcribed

Write a C++ program that do the following. Declare struct named Lecturer which has the following data members: LectID. Name. Age. Course. o ( int main function: o Define a dynamic array of type Lecturer named teachers, the size of array=3. o Initialize the values of data members in each array location as follow: teachers[0]: (LectID = 999; Name "Ahmad"; Age 35; Course "C++") teachers[1]: (LectID = 777; Name "Omar": Age = 28; Course = "Math") teachers[2]: (LectID 555; Name = "Ali"; Age = 33; Course = "C++") o Print the names of the lecturers who teaches C++ course

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_2

Step: 3

blur-text-image_3

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

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions

Question

Explain the steps involved in training programmes.

Answered: 1 week ago

Question

What are the need and importance of training ?

Answered: 1 week ago

Question

What is job rotation ?

Answered: 1 week ago

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago