C++ Conditionals Part II

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



Duration: 1:12:53
118 views
0


Today we revisited conditionals with the addition of more complex boolean expressions using and (&&), or (||), and not (!)

I also talked about the importance of always vetting your input.