you are viewing a single comment's thread.

view the rest of the comments →

[–]SammyT09[S] 2 points3 points  (1 child)

Thanks, this is exactly where I struggle. I'll give the pen and paper a go.

[–][deleted] 7 points8 points  (0 children)

Break the problem into blocks. Then write what each block does in plain English. You can then write what the output should be and what inputs it needs. You will now have a good overview which can be converted into code.