Decomposition and abstraction to solve problems
x

Analyse before you code

A computational problem is a task that can be solved using a computer. Before typing code, first work out what the program is meant to achieve.

Decomposition and abstraction to solve problems Lesson