+ 1
I am trying to learn programming languages but not able to use logic to make even simple program...i need Some tips anybody help
I am getting frustrated..
4 Respostas
+ 4
first, create a program algorithm on paper. write in plain language, in plain words, what the program should do. step by step. then try implementing this algorithm in code
+ 2
Thanks for giving suggestions.
+ 1
You can only learn how to write code by writing code.
Trick is to start as easy as possible.
Look up the most primitive tasks, and do a lot of them.
Over time, your logical, 'algorithmic' thinking will improve.