: Unlike Part A, you must use a standard for loop (with int i ) because the index number is required for the formatted string.
The question focuses on managing a collection of user reviews for a product. Below is a review of the technical concepts and logic required to solve it. 📋 Problem Overview
: You must only include comments that contain an exclamation point ( ! ).
: A method in the Review class that returns a string comment. 🛠️ Implementation Review Part A: getAverageRating()
: Use contains("!") to find the exclamation point and endsWith() to check the final character.