// Syntax - Rules that must be followed when constructing a program. Syntax dictates // how key words and operators may be used, and where punctuation symbols // must appear. (Tony Gaddis, Starting Out With C++) // this program has a few syntax errors what are they? include using name space std; int main { cout << "You're so wise Baxter. You're like a minature" endl; cout << "Buddah, covered in hair." return 0; }