1/18/00
COM1100 Winter2000 Yuhong Yin Northeastern University
11
Good Programming Style -- 1
oThere are spaces after keywords and between binary operators.
oint x = 5 + y;
oBraces must line up.
o{
o}
n