if there’s a matrix like this
[20,39,50,80,21;40,79,80,65,5;20,15,60,45,21;10,60,20,35,70];
and I want to caculate the number of row which has three or more elements which are less than 50.
How do I write a code.
thank you for your answer. Have a Good day!
I tried to use function but I cant do it.
New contributor
user24710048 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.