1.x — Chapter 1 summary and quiz
A is a type of instruction that causes the program to perform some action. Statements are often terminated by a semicolon. A is a collection of statements that execute sequentially. Every C++ program must include a special function named main. When you run your program, execution starts at the top …