Iām supposed to write a recursive function to count how many time does a number occur in an array. Function is in a format: count(number, array[], length);
Look at the attached txt file
I am getting an error in this line: our_sum = count(1, our_array[], 8);
error: syntax error before ā]ā token
What am I doing wrong???
