Summary

This document is a C++ programming lecture. It covers topics such as if statements, and the corresponding symbols.

Full Transcript

Lecture (4) " Programming Essentials in C++ " Presented by : Dr. Nehal El Azaly If Statement If statement : used to execute a piece of code based on a condition. Condition: it’s a boolean expression means (true or false). If Statement (Symbols) Symbol...

Lecture (4) " Programming Essentials in C++ " Presented by : Dr. Nehal El Azaly If Statement If statement : used to execute a piece of code based on a condition. Condition: it’s a boolean expression means (true or false). If Statement (Symbols) Symbol purpose == Equal > Greater than < less than >= Greater than or equal

Use Quizgecko on...
Browser
Browser