Today we’ll be looking at control statements in C++. We’ll start by looking at conditionals. Obviously, we have access to the same conditionals that are in C. This includes: If Else Else-if Switch And these can be implemented in the same way. This is shown below: These can be used to control the flow ofContinue reading “C++ Lesson 5 – Control Statements”