I need help declaring functions please give steps here is mycode so far and the assignment:
I #include iostream 2 #include string 3 #include vector 4 using namespace std 6 class instructor publi int id string name int years 2 void print 7 class course publi int num string subject bool graded instructor teacher 2
OR
OR