Introduction - If you have any usage issues, please Google them yourself
Aims: The purpose of the assignment is to
let you design solutions to simple problems
let you implement these solutions in the form of short C programs
let you study existing code and take advantage of it to design solutions to your problems and
write your own code
practice the use of arithmetic computations, tests and repetitions
make use of arrays
make use of the internal representation of data
compare alternative approaches to a given problem.