How to improve programming logic skills? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

10th Mar 2021, 2:02 AM
ASWIN SATHEESH
ASWIN SATHEESH - avatar
4 Answers
+ 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 ;)
10th Mar 2021, 2:10 AM
visph
visph - avatar
+ 2
Break your problem into 1 step pieces and just build it out. Practice and practice some more
10th Mar 2021, 2:18 AM
LordHill
LordHill - avatar
+ 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
13th Mar 2021, 2:47 AM
David Ordás
David Ordás - avatar
+ 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 👍
10th Mar 2021, 4:29 AM
R💠🇮🇳
R💠🇮🇳 - avatar