8. Introduction to c++: Beginning Control Statements - If Then Else :: Videos



Description:


C++ Tutorial part 8: Beginning Control Statements - If Then Else

This is part 8 in the series about C++ programming. We get into control structures.
This statement is used for program in regards to decisions that is needed to be made during execution.

Written syntax for decision making in C++ is given as:

if (Statement)
{
  Statement;
  Statement;
  .
  .
  .
}
else
{
  Statement;
  Statement;
  .
  .
  .
}


It\'s pretty literal english.
Thanks for watching. Please rate comment and subscribe.


Comments:

Please login to post your thoughts!
 



vinnieb58
LOVE THE VIDEO!!!




suzzett
Please comment and leave a feedback. Thank you for watching.


Login

Username:
Password:
Don't have an account?
Register here
Register

Subscribe Youtube



Network DigitalStage.org


Some interesting stuffs