Hour 4. Using Expressions, Statements, and Operators
What You’ll Learn in This Hour:
How to write statements
How to create expressions
How to run code if a condition is met
What the different operators accomplish
Statements
All C++ programs are made up of statements, which are commands that end with a semicolon. Each statement takes up one line ...
Get Sams Teach Yourself C++ in 24 Hours, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.