CS 101: Code Examples
This page links to code examples presented in class.
Date | Code example | Description |
---|---|---|
Jan 23 | birthday.cpp | read in and print out user’s birthday |
Jan 25 | average.cpp | compute average of four numbers |
Feb 1 | ticket.cpp | Compute ticket price based on age |
Feb 20 | guess.cpp | Guessing game using while loop |
Mar 6 | rectangle.cpp | Draw an outlined rectangle |
Mar 8 | test_prime.cpp | Determine whether integer is prime, find factors |
Mar 8 | checkerboard.cpp | Print a checkerboard pattern |
Mar 15 | temperatures.cpp | Read temperatures into array, find high temperature |
Mar 20 | plate.cpp | Simulate heat transfer on a rectangular plate |
Mar 27 | box.cpp | Draw an outlined box using functions |
Apr 10 | values.cpp | Read/print values using arrays/functions |
Apr 10 | values2.cpp | Read values, compute mean using arrays/functions |
Apr 17 | powerof2.cpp | Compute power of 2 using pointer/reference parameter |