Why i am not able to solve problems even after knowing coding?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why i am not able to solve problems even after knowing coding??

I know how code works and can give output of code that is already written but when it comes to code i don't know i am not able to solve coding problems..HELP!!!

17th Aug 2022, 5:37 AM
Yeah Buddy
3 Answers
+ 7
Hi! knowing the syntax of the language doesnt make you as a programmer yet. distract from writing code and solve logical problems in your mind or on paper. from simple to complex. practice writing algorithms for any actions (for example, compile an algorithm for preparing a dish). learn how to make block diagrams on paper based on ready-made algorithms. in reality, a real programmer spends only 1/3 of his time writing code. the rest of the time its mental work. good luck!
17th Aug 2022, 6:04 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Thanks brother 🙌 will keep this in mind
17th Aug 2022, 6:09 AM
Yeah Buddy
+ 1
How to improve programming and logical skills The conditional statement Programming is more about conditions and looping.To improve logical thinking, start to think conditionally such as Yes or No,True or False.Try to question yourself or solve a problem as a conditional statement such as if...then...it's very helpful to improve your conditional reasoning power. 2. Think like a machine The machine didn't understand anything because it works on the instruction which we gave. To solve a problem, give instructions and try to follow the order. Here, instructions are nothing but logic. Machine-oriented thinking will help you to write logic in a program. 3. Solve logic puzzles Try to solve riddles and puzzles from newspapers or in a modern mobile app.Don’t get disheartened if you can't solve them at first attempt or take a long time to solve them.Remember that you are in the process of learning and improving skills.Your brain will be trained to think differently with every puzzle that you try to solve. /Matiyas/
17th Aug 2022, 8:19 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar