Question: in c++ Perform the following implementations in the main function (in the main.cpp file): Add code so that the program displays the movies that have

in c++ in c++ Perform the following implementations in the main function (in the

Perform the following implementations in the main function (in the main.cpp file): Add code so that the program displays the movies that have positions from 70 to 90. Add code so that the program displays only the movies that have "home" in the title. Add code so that the program displays only the movie in position 73000 using function composition and the function showMovie. Add code so that the program displays the name and the rating of the movie in position 73000. Modify the getMovilnf function in the file movie.cpp so that it receives an additional parameter by reference where the name of the movie will be assigned. Remember that you must also modify the function's prototype in movie.h. Add the necessary code to the main function so that, using getMovilnf, it displays the name, rating, year and the genre of the movie in position 7300 in one line. Hint: note that the function getMovielnfo has parameters that are passed by reference. Perform the following implementations in the main function (in the main.cpp file): Add code so that the program displays the movies that have positions from 70 to 90. Add code so that the program displays only the movies that have "home" in the title. Add code so that the program displays only the movie in position 73000 using function composition and the function showMovie. Add code so that the program displays the name and the rating of the movie in position 73000. Modify the getMovilnf function in the file movie.cpp so that it receives an additional parameter by reference where the name of the movie will be assigned. Remember that you must also modify the function's prototype in movie.h. Add the necessary code to the main function so that, using getMovilnf, it displays the name, rating, year and the genre of the movie in position 7300 in one line. Hint: note that the function getMovielnfo has parameters that are passed by reference

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!