+ 1
How to increase logic in coding
Hi, I know programming as like a programmer who knows basic,oop,data structure . But when I go to solve a problem, I can't 😐. So please suggest, how to increase my knowledge and logic for programming . Thank you all 💜
2 Respuestas
+ 1
Computers only do what you tell them to. You have to work out the problem yourself and then tell the computer how to do it. Try working out the logic and program flow on paper and then convert it into code.
0
Deeper concepts of control structures and functions with parameter passing.