$24
This is my week 2 assignment for CS161.
Project 2.a - average.cpp
Write a program that asks the user for five numbers and then prints out the average of those numbers.
Project 2.b - tempConvert.cpp
Write a program that converts Celsius temperatures to Fahrenheit temperatures.
Project 2.c - change.cpp
Write a program that asks the user for a (integer) number of cents,
from 0 to 99, and outputs how many of each type of coin would represent that amount with the fewest total number of coins.