How Do You Improve Logic In Programming Language And Thinking Power.?
Very good Question Sayeed… Logic and Thinking power not in programing language, but in daily life also depends on your experience. And you get experience by dealing with the situations… Same in Programing Language, try to solve more and more problems, try to write complex programs, take help of internet, get your code reviewed and learn from review feedback and implement the feedback in next program. this way you will build a logical power in yourself. You will not get logical power on its own.. the more complexity you deal in writing program the more you will build logical and thiking power in yourself. Good luck.
I don’t think being left or right brained makes a difference if you have a great teacher to show you the right way to approach things, and a lot of patience to practice thinking simply and accurately. The best way to improve your logic/thinking skills is to think small, in “clusters”, and with an agenda. Repeat your ideas/logical thinking, and scrap the ideas that don’t work. Practicing this will turn you into a logical thinker. For example, if you want to build a new web site, start off with a really simple UI, with very simple pages, and then gradually add other simple things until it looks like a tight unit. If you have a complex problem, break it down into the simplest components, and slowly digest.