Intro Programming
Have some students pretend to be robots while other students program them to complete simple tasks to practice debugging and to emphasize the importance of coding precisely.
Share Have some students pretend to be robots while other students program them to complete simple tasks to practice debugging and to emphasize the importance of coding precisely. with FacebookShare Have some students pretend to be robots while other students program them to complete simple tasks to practice debugging and to emphasize the importance of coding precisely. with Twitter
Demonstrate swapping variables' values by swapping the contents of two cups full of liquid; you need a third cup to swap the liquids just like you need a third, temporary, variable to swap the values.
Share Demonstrate swapping variables' values by swapping the contents of two cups full of liquid; you need a third cup to swap the liquids just like you need a third, temporary, variable to swap the values. with FacebookShare Demonstrate swapping variables' values by swapping the contents of two cups full of liquid; you need a third cup to swap the liquids just like you need a third, temporary, variable to swap the values. with Twitter
When you write a function, like (foo x), students don’t realize you can put a variable with a name OTHER than x in there, or an actual number.
Share When you write a function, like (foo x), students don’t realize you can put a variable with a name OTHER than x in there, or an actual number. with FacebookShare When you write a function, like (foo x), students don’t realize you can put a variable with a name OTHER than x in there, or an actual number. with Twitter
Pagination
- Previous page
- Page 23
- Next page