Challenge Movie Reviews
Display the review
This program starts with an array of one movie, and displays the title.
Now, make it so it also displays the review, in a smaller size, below the title.
textSize(----);
text(----, 200, 80);