This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cs-142:types-and-assignment [2016/09/10 19:43] kseppi |
cs-142:types-and-assignment [2016/09/10 19:48] (current) kseppi |
||
---|---|---|---|
Line 160: | Line 160: | ||
cout << endl; | cout << endl; | ||
- | cout << "No magic numbers in code! Better, even thought it does the same thing." << endl; | + | cout << "No magic numbers in code! Better, even though it does the same thing." << endl; |
// we defined these at the top of the program, so we do not need them again. | // we defined these at the top of the program, so we do not need them again. | ||
// const int OZ_PER_PERSON = 16; | // const int OZ_PER_PERSON = 16; |