This section examines how to take a problem, decompose it and design an algorithm to solve it. The following example has been taken from an AQA past paper. It reflects the type of question that may ...
#set error flag to True to enable loop error = True #iterate until a valid password is entered while error == True #set all variables to default values error = False ...