Wyo C++ - Chapter 8 Resources
Ch. 8 Lecture Notes - loops Ch. 8 Worksheet #1 - writing loops Ch. 8 Worksheet #2 - tracing nested loops Ch. 8. Worksheet #3 - pseudocode using loops Ch. 8 Worksheet #4 - writing program using another person's pseudocode Ch. 8 Worksheet #5 - tracing loops with break and continue Ch. 8 Worksheet #6 - tracing nested loops Ch. 8 Worksheet #7 - tracing a simple loop RndGen Worksheet #1 - generating pseudorandom numbers |
Ch. 8 Demo Program #1 - to illustrate the use of the for loop Ch. 8 Demo Program #2 - to illustrate the use of the while and do while loops Ch. 8 Demo Program #3 - to illustrate the use of determinate, indeterminate, and nested loops. Ch. 8 Demo Program #4 - to illustrate the different ways to write a determinate for loop Ch. 8 Demo Program #5 - to illustrate how to separate strings into separate characters and how to concatenate to strings As a class, build several demonstration programs that ...
|