Question: Part 4 ------ To compare an int array value , simply put a reference to that slot on the left side of an equality operator
Part 4 ------ To compare an int array value, simply put a reference to that slot on the left side of an equality operator (==).
public int countFrequency(int value)
{
// Note:to animate the algorithm, put this method call as the
// last statement in your for loop
//animate(i, count);
//where i is the index of the current array element
//count is the variable holding the frequency
// Part 4 student code starts here:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
