CIV 257 COMPUTER PROGRAMMING
COURSEWORK SUBMISSION GUIDE
You are to:
- Make sure your chosen problem has been accepted by the lecturer- send the topic via whatsapp
- Write VB code to implement the solution such that the program is robust, reliable and efficient
Deliverables
Implement the solution using Python and upload your zipped solution via the following link: http://www.franzysgeo-place.yolasite.com/photo-and-cprgrmg.php.
Submit your Python file (.py) through the web link only. Copy the project files from the project directory into a folder and rename it with your index number. zip and upload the compressed file.
Upload your Hard copy report as well to include flowchart and algorithm via the same link.
Total Marks Awarded : 50 marks
Deadline for all submissions: 12:00 hours GMT, Wednesday 10th December, 2025.
All written excuses for absence and non-participation should be channeled through your HOD.
Format your report with the following headings:
- TITLE PAGE (COURSE TITLE, COURSEWORK, INDEX NUMBER AND NAME CLEARLY STATED, DATE)
- TABLE OF CONTENTS (Optional)
- PROBLEM STATEMENT
- ALGORITHM AND ACCOMPANYING FLOW CHART Some discussion (the algorithm and flow chart included in the report should be discussed here).
- CONCLUSION.
- APPENDICES (copy and paste code)
Make use of 12 point font size and Georgia font.
SAMPLE INTERFACE DESIGN

Example python code to compute the area of a rectangle. Always remember to indent as necessary :D
