-5
I need to resolve a situation with the array, it seems to be simple but I’m not getting it!
I have the following array:
$total = array("6.00","7.00","9.5","10","5.5","7.75","6.5","9");
I need to know how many are less than seven. Don’t I want to know what the quantity is? For example: sei que tem o 6.00 o 5.5 e o 6.5. I want you to return total: 3 values.