回复:it doesn't work! - Yes mistake- thx

来源: 2008-02-13 09:37:47 [旧帖] [给我悄悄话] 本文已被阅读:

1.
if current > max max = current
else if current
2.
if current > max max = current
if current
3.
if current > max max = current
else {
if current }

which is best?