How to optimize find_average_number(array) simple function?
Any of those help There's no need to iterate twice, once to check if every
element is a number, and once to add them all up. Rather, you can just
iterate once, and if any element is not a number, throw immediately:
Date : January 08 2021, 03:18 AM , By : Luciano Campos