I am new to programming so I’m sorry if this is to “noobish” a question.
I have an array containing values which describe the frequency of occurrences – e.g. {4,5,2,7,8,,15,16,12,4,2,7,6,22}. How do I extract the values that are higher than 6 and present them in a new array?
I am new to programming so I’m sorry if this is to noobish a
Share
Hope this helps.