Work individually.
Program in C. This assessment will test your ability to understand a problem and logically split it down into a programmable solution using standard programming constructs.
1 Submission
Please adhere to the following guidelines when submitting your work. Failure to do so may
result in your work being awarded zero.
• Work must be submitted to blackboard by 23:59 on Friday 21st February 2020
• A single code file must be submitted which is called your username e.g. ab1234.c
• The first line of the c file must be a comment with your name
• All inputs and outputs are handled with files so there must not be any user input through
the terminal (see the task for how errors are reported)