I need to find age frequency in a vector. I know how to do this when the vector is small, but not when it is large. Consider the following vector:
int[] idade = {15,18,15,20,16,30,18,45,43,14,25,16,20};
For this vector, I could do a sequent...
asked on
06.09.2018 / 07:37