File name | Question # | Description |
---|---|---|
extract.cc | 1 | Program to obtain a number from the user and extract the two rightmost digits. |
temperature.cc | 2 | Program to convert a Fahrenheit temperature to Celcius. |
ascii.cc | 3 | Program to print the ASCII equivalent of an integer. |
seconds.cc | 4 | Program to convert seconds to hours, minutes and seconds. |