CS113 Programming Homework Format Guidelines

Grading criteria

Here are some details of the last point.

Comments

Structuring

Naming conventions

Global variables
Try to avoid global variables: for this, use the methods you learn in the course to structure your program.