Do you have problems breaking down large programming tasks into something you can work with? A few simple tricks will help you get going.
1. Read over your programming task. You will want to be familiar with what you are being asked to do. In particular look for things that are required as input or output from your code.
2. In the compiler/editor of your choice write out an outline of what your programming task is to accomplish using comment li...