: A method in the Review class that returns a string comment. 🛠️ Implementation Review Part A: getAverageRating()
: Unlike Part A, you must use a standard for loop (with int i ) because the index number is required for the formatted string.
: The resulting strings must follow the format: index-comment .
2_5323305779468442749 【TESTED】
: A method in the Review class that returns a string comment. 🛠️ Implementation Review Part A: getAverageRating()
: Unlike Part A, you must use a standard for loop (with int i ) because the index number is required for the formatted string. 2_5323305779468442749
: The resulting strings must follow the format: index-comment . : A method in the Review class that returns a string comment