A tip for applying what you learned. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

A tip for applying what you learned.

I found that without knowing what you want to build, applying concepts that we learn in programming is difficult if not next to impossible. Its like learning how to drive and not knowing where the car is taking you. You will crash. Dont let the car drive you. You drive the car. Start with a question or problem you have or want to know how to solve. Example, I want users to input a word, then output the length of the word. Next ask the question what concepts can I apply to build a solution.

13th Sep 2017, 12:04 AM
Rod Natal
Rod Natal - avatar
1 Answer
+ 6
In your example 1- Write a sentence to capture user input 2 - Write a sentence or method to calculate length 3 - Write a sentence to output length of the input
13th Sep 2017, 12:08 AM
Daniel
Daniel - avatar