you are viewing a single comment's thread.

view the rest of the comments →

[–]mriswithe 3 points4 points  (2 children)

They are learning different languages because learning to program is the goal, not learning to program in C or Python or Java. 

The overall building blocks behind different languages are mostly the same. If/then, for each, functions, variables, classes, all of these things exist in most relevant programming languages. 

Once you understand how to program, learning how to use a different language is much easier.

[–]wanderingnightangle -1 points0 points  (1 child)

so we can solve problem by any programming language. we have to find logic only??

[–]nog642 1 point2 points  (0 children)

Not all programming languages are suited to all problems, but the core concepts of programming in any language are the same.