Wyo C++ - Chapter 5 Resources
Chapter 5 Programming Assignment "On the Net" Topics (textbook Web site) |
Ch. 5 Demo Program #1 - to illustrate declaration, initialization, and assignment statements. Ch. 5 Demo Program #2 - to illustrate promotion (implicit type conversion) and typecasting (explicit type conversion) Ch. 5 Demo Program #3 - to illustrate the relationship between char and int datatypes as well as typecasting Ch. 5 Demo Program #4 - to illustrate garbage values, typecasting, promotion, & using the int typecast operator to round. Ch. 5 Demo Program #5 - to illustrate how to display with fixed format rather than scientific format Ch. 5 Demo Program #6 - to illustrate underflow Ch. 5 Demo Program #7 - to parse the digits in an integer Ch. 5 Demo Program #8 - a rounding algorithm Interactive Quiz - order of operations & operators Ch. 5 Worksheet #1 - operators, order of operations Ch. 5 Worksheet #2 - expressions, promotion, typecasting Ch. 5 Worksheet #3 - find errors Ch. 5 Worksheet #4 - identify as many operators as you can Ch. 5 Worksheet #5 - statements, variables, etc. As a class, build several demonstration programs that ....
|