0
How to improve programming logic skills?
i love programming ,I know basic syntax 's in java but when i get some questions iam not able to understand the logic, but after watching solution then iam able to understand the logic... Plz tell me that how to improve programming logic skills .i want to become a programmer.
4 odpowiedzi
+ 3
keep practicing...
the more you practice, the more you encounter problems... with time, you will encounter same problems, and you progressely will be able to solve them by your own...
but you need to really try before looking for solution ;)
+ 2
Break your problem into 1 step pieces and just build it out. Practice and practice some more
+ 2
Mainly practising any area of computer science. Mainly logic but also maths and software patterns and testing code
In this world there are something called "katas", "code dojos"... to improve some of these skills
Here in SOLOLEARN search for CHALLENGEs
also there are portals like https://www.codewars.com/ and alternatives https://alternativeto.net/software/codewars/ (Exercism, codechef....) to practice
+ 1
ASWIN SATHEESH
1) Understanding concept is most important thing.
2) As you said you know basic syntax understand clearly.
3) Applying logic first understand problem statement
4) Analyse
5) Try possibility ways to solve pbm
6) For example if I said the code should accept user input or arithmetic operations try the basic things.
I hope this helps you all the best Keep learning keep coding 👍