Lecture 4-C++ PDF
Document Details
Uploaded by SimplerBromine
Dr. Nehal El Azaly
Tags
Related
- Introduction to C++ Programming (1).pdf
- 22316 Object-Oriented Programming using C++ Sample Question Paper PDF
- Lecture 1: Introduction to C++ Programming and Computer Science PDF
- C++ Programming Essentials Lecture 1 PDF
- BCA 2023 Object-Oriented Programming (C++) Past Paper PDF
- Lab Manual Programming Fundamental PDF
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