News

The code progressions below draw a rectangle. With each version, an improvement in code structure is made. Firstly, only sequencing is used, with no iteration. Secondly, iteration, using a for-loop, ...