Ok, that is a start. Now add a loop around the testing steps that gets each App one at a time.
The order of the steps needs fixing: The method gets the rating we're looking for before all the other steps.
How do you determine that? Is there a special method that says whether or not an App has been rated?I need to find the apps that have been rated.
How is that done? What values are tested?find out how many apps have the given rating.
That should be the last item in the list. It would be outside of the loop that looks at each App one at a time.return the number of apps that are in the store that have a particular rating.
Fix the list of steps as per above and then try writing the code for those steps.