CSC270 Lecture Outline - September 30
King 7.5, 8, 5.3
- conversion between types
- arrays
- switch
Readings section 4, pages 432-437
- Approximating the integral with a sum
- Riemann Sums
- trapezoid rule
- Simpson's rule
King chapters 2.5, 2.6, 9, 10.4
- Constants with #define
- Subtleties of scanf
- more functions
- parameters vs. arguments
- call-by-value
- `scope' of variables