Is programming really that hard to get into?

Is it? It should not be due to all of the free sources everywhere for programming, like youtube videos and any free course online. A lot of programming is just common sense too.

int x = 0;

Alright, tell me what x is equal to. It is 0 right? Exactly

What about this:

int x = 0;
x = x + 1;

This is some light work. It is equal to 1 now. See how easy it is? All you do is go line by line from the top to the bottom. More complicated programming languages usually make more sense logically.

Go check out programming for yourself. I recommend the programming language C++ for beginners because it is harder but it logically makes a lot of sense and it can help you to learn easier languages like Python much better. C++ also is faster than many programming languages, including Python and Java.


Posted

in

Tags:

en_USEnglish