C++ Conditionals (If Statements / Branches)

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=qJXgiX37Mvs



Duration: 1:06:10
254 views
2


Today we talked about one of the most important topics in computer science: conditionals. Conditionals are how your program chooses to run one block of code over another. We went through the four combinations of possibilities for conditionals (if, if/else, if/else if, if/else if/else) with examples of evaluating code and ended with time writing a small retirement calculator