Question: In this homework you will be developing a custom C + + program that can find movies matching one - or - more of the
In this homework you will be developing a custom C program that can find movies matching oneormore of the following conditions specified by the user: title: If this input is specified ie not an empty string then this specifies the partial ie substring title for the movie the user is interested in genre: If this input is specified ie not an empty string then this specifies a partial ie substring for the genre for the movie the user is interested in startYear: If this input is specified ie not an empty string then this specifies the earliest year to search for movies. For example, if startYear then return only movies with year edYear: If this input is specified ie not an empty string then this specifies the latest year to search for movies. For example, if endYear then return only movies with year
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
