Question: Regarding loop on maple

Hi there,

            Basically i performed some calculations on maple and obtained a set A with about 8000 integer outcomes.

Im trying to create a loop that counts how many times there is an outcome of the integer 70 out of the 8000.

So far I have created the following:

A:=[10,20,..........]

s:=0

if A=70 then do s=s+1 end;

But this is not working

Any help will be appreciated

Many Thanks

Please Wait...