Week 3 Day 1 - Functions, Loops, Bitwise Operations

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



Duration: 1:50:56
153 views
2


Today we reviewed some of the solutions to fizzbuzz, and then went over the assembly necessary to make functions, loops (both of which we've covered before) and then how to do more complicated if statements.


We talked a bit about shortcut notation, which is in C and C++ the fact that it will stop evaluating an if statement once it knows what the result will be.







Tags:
csci45
arm32
functions
loops
if statements
short circuit evaluation
fizzbuzz