answers | Question 1 | Text file containing answers for question 1. |
minmax.cc | Question 2 | Program to obtain numbers and print some statistics. |
word.cc | Question 3 | Program to obtain a word and print it over and over again. |
water.cc | Question 4 | Program to print the water bill for a customer. |
power1.cc | Question 5a | Program to print the powers of 2 up to 10000. |
power2.cc | Question 5b | Program to print the powers of 2 up to a number entered by the user. |