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