Am i learning coding in wrong way ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Am i learning coding in wrong way ??

there is a feeling that i'm learning in wrong way with learning with sololearn. i'm just saying this i learn a language on here for example polymorphism with c++. i finish all lessons, exercises, code challanges but when it comes to code writing on my own, i just sit there and look at empty vs page :(( i couldn't even do any of my homeworks. what else i can do to improve my coding abilities. this is very demoralizing in learning process please i need any advice could come from anyone

11th Jul 2023, 6:54 AM
Lalala
Lalala - avatar
2 Answers
+ 7
Lalala fundamentally, a program has three components: - Input - Processing - Output As you build code to accomplish the three fundamentals, some basic questions you might consider are: - What inputs do you need? Where will you get them? How will you store them? - What steps are needed to transform the input into the desired output? Is it a mathematical calculation? Is it a logical operation that requires decisions? Does it need iterative refinement or iterative accruement to determine the result? - What is the desired format of the output? Does the result need to be transformed to a more user-friendly form?
11th Jul 2023, 4:26 PM
Brian
Brian - avatar
+ 4
Here are a few suggestions to help you improve your coding abilities and overcome the obstacles you're facing: 1. Practice, practice, practice: Learning to code is not just about completing lessons and exercises but also actively practicing on your own. 2. Break down the problem. 3. Seek additional resources: While SoloLearn is a valuable learning platform, it's essential to explore other resources as well. 4. Collaborate and seek guidance: Engage with other programmers, join coding communities, or find a study group where you can collaborate with peers. 5. Start with simpler projects 6. Debugging and problem-solving skills: Debugging is an essential skill for any programmer. 7. Be patient and persistent: Learning to code takes time and patience. Embrace the learning process and understand that it's normal to face challenges along the way. Remember, everyone learns at their own pace, and it's okay to encounter difficulties. Stay motivated, stay curious, and keep coding. 😊👍
11th Jul 2023, 7:03 AM
Kakashi はたけ
Kakashi はたけ - avatar