Sorry, I didn't include because earlier I missed curly bracket and messed your compiling up. Will include.
/**
*@locate apps that have been rated
*@param represents a rating
*return the number of apps in store that
*have given rating
*Example: If two apps have a rating of 3, then
*the call to getNumAppsWithRating(3) returns 2
*/
I need to find the apps that have been rated.
I need to find out how many apps have the given rating.
I need to return the number of apps that are in the store that have a particular rating.
The parameter represents the rating we're looking for.