+ 1
Why do i always find difficulty in learning coding? Mostly I am not able to put in the logics..
How to learn coding?
4 Respostas
+ 22
1) just take a pen & paper ... & write input & output on it ... make some useful onservations from it
2)now try thinking what can be done to solve the problem , keeping in mind the methods & tools u have
3)might u can break problem into parts
4)if u have some doubts in any method or algorithm ... then best way to remove it is to code & try modifications for getting clarity
//note ::: with time , u will be able to directly start & logics,ideas will come automatically
//best of luck & happy coding ☺
+ 11
You may lack experience and knowledge, simply.
Practice a lot, if you still find doing a thing difficult, redo it in an other exercise !
Example : you find hard to do loops
Print a variable that goes from 10 to 1 then print "Happy new year !"
Print multiplication tables of integers from 0 to 10
Do a + or - game (the user have to guess a number and the computer just tells if the number is more or less than what the user said)
+ 9
I'm actually uncertain of how should I respond to your question, it's probably because I'm not getting your question clearly, for example, you did not specify which language, or on which subject you found difficulties.
Well, in general the key to learning, anything, not programming in particular, is to learn, there are different ways for that, some read, others watch videos etc. Then after you learn you put the knowledge into practice, if you make mistakes look back to the book or video, make corrections, and add your own thoughts or ideas later on to enhance or extend the work.
I am sorry if you find my response to be unsatisfactory, but given the minimum information you put on the question, that's just as far as I can go. Keep learning, don't give up, if I can do this, then you too can do this : )
+ 6
@~ swim ~
+1 for the "And try not to compare yourself..." part, really good point, I agree with you.