Plan and Design the Logic of the Program
Logic is the backbone of any computer program. What operation needs to be performed, what are the resources required for it, what data needs to be accepted from the user etc., are questions that need to be asked and listed down before starting with the actual coding. As a beginner, writing an algorithm and preparing a flow chart for the program, is a must.