Problem #870 CORE JAVA PROGRAMMING

Write a C++ program to create a class called "Movie" with attributes for title, director, actors, and reviews, and methods for adding and retrieving reviews.

Your Solution