Question: in C++ please S 7 Write code to assign title and duration details to currMovie, and store curr Movie in my Movies, Input first receives

in C++ please  in C++ please S 7 Write code to assign title and
duration details to currMovie, and store curr Movie in my Movies, Input

S 7 Write code to assign title and duration details to currMovie, and store curr Movie in my Movies, Input first receives a title value, then a duration value. Input example: Mulan 120 Dolittle 101 quit -1 1 finclude 3 #include cvector 4 using namespace std; 6. class Movie public: votd SetTitleAndDuration(string movieTitle, int movieDuration) { 9 title - movieTitle: 10 duration - movieDuration: 12 12 void PrintMovie) const 4 13 cout > currTitle; 31 cin >> currDuration: 32 while (currTitle "quit") 85 (currDuration 0)) { 33 34 * Your code goes here 35 36 cin >> currTitle: 37 cin >> currDuration: 36 39 for (i - ; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!