int sum = 0;
for(int i = 0; i < SonsOfGershon.Length; i++)
if (30 >= SonsOfGershon[i] && SonsOfGershon[i] <= 50)
sum++;
cout << sum << endl;
Friday, May 28, 2004
Naso #1: A Count
Bamidbar 4:22-23
Labels:
naso
Subscribe to:
Post Comments (Atom)
2 comments:
Is ad ben chamishim shana ad v'ad bichlal or ad v'lo ad bichlal? I would think the latter.
c++ is such an ugly language.
Post a Comment