If else in C++ | how to find even or odd using if else in C++ | UCP | how to learn | in Urdu/Hindi

128 Просмотры
Издатель
In this video, u can learn about the if-else statements in c++.

if-else statement in C++ is a statement(s) that will execute if the boolean expression is true
If the boolean expression evaluates to true, then the block of code inside the if statement will be executed.
If the boolean expression evaluates to false, then the block of code inside the else statement will be executed.

channel link: https://www.youtube.com/channel/UCyS68pTDD8VyRMXpKUOQcOg
Категория
Язык программирования C++
Комментариев нет.