Implementation You just got hired at Netflix, congrats! Your jobis to take information about the movies within every genre fromNetflix’s database (a text file) and store it in dynamic memory,then display the information it to the user as they please. In yourprogram, you must have the following structs: struct movie { stringtitle; //movie title int num_actors; //number of actors in the filmstring * actors; //array of actors float rating; bool suggested;//true/false of whether this movie was suggested for you }; structgenre { string genre_name; //name of genre movie *m; // array ofmovie structs int num_movies; //number of movies in this
PayPal Gateway not configured
PayPal Gateway not configured