Wyo C++ - Chapter 7 Resources
Chapter 7 Lecture Notes "On the Net" Topics (textbook Web site) |
Ch. 7 Demo Program #1- to illustrate how C++ treats arithmetic and Boolean expressions. The program also illustrates the use of a couple relational and logical operators. Ch. 7 Demo Program #2 - to illustrate the use of common logical and relational operators Ch. 7 Demo Program #3 - to illustrate the use of the if statement Ch. 7 Demo Program #4 - to illustrate common errors related to the use of the C++ if statement Ch. 7 Demo Program #5 - to illustrate the use of the switch structure Ch. 7 Worksheet #1 - control expressions, if statements, switch structures Ch. 7 Worksheet #2 - if statements, control expressions Ch. 7 Worksheet #3 - not online Ch. 7 Worksheet #4 - string parsing As a class, build several demonstration programs that ...
|