To be an efficient and proficient programmer, just follow three easy steps
- Try to understand the problem.
- Try given examples. Open your text editor or programming IDE, type down the given example (never do copy - paste) and run it. If your programme run correctly at the first time you are lucky. But if you have some error you are more than lucky ! . Because Mr. Error is the best friend for a beginner. (You know Google is waiting there to help you, Don't you? )
- Try to write your own programme (code) based on the given example. Try to modify it or add something more. This step is essential. Because you have to think in your own way to be a good programmer.
Your comments, suggestions, reviews and code modifications are welcome !!