CS 111 - Readings Assigned during Week 11
Last modified: Monday, November 4, 2024
- From "C++ Transition Readings" module on Canvas:
- Section 4 - Writing your own C++ programs - sections 4.1, 4.2,
4.4, and 4.5
- from Runestone's "How to Think Like a Computer Scientist - C++ Edition",
https://runestone.academy/runestone/books/published/thinkcpp/index.html
NOTE: this text's examples do not always follow
the required CS 111 style/coding standards!
- Section 13.2 -
switch
statement
- Section 2.1 - More Output - has some useful
cout
practice exercises
- Section 2.3 - Variables
- Section 2.4 - Assignment