[Home] [By Thread] [By Date] [Recent Entries]
Liam R E Quin scripsit:
> for (i = 0; i < 20; i++) {
> if (ages[a[i]]>60) {
> pensions[a[i]]++;
> }
> }
Not really. Why would you put whitespace around < but not around >? I'd
write "if (ages[a[i]] > 60) {"
--
In my last lifetime, John Cowan
I believed in reincarnation; http://www.ccil.org/~cowan
in this lifetime, cowan@c...
I don't. --Thiagi
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



