How to learn new programming language fast?

Hello Collegelib Engineers!

Share your tips and tricks, how to learn new programming languages fast?

I will share my views soon...
Hi all,
First of all understand the basic conditional statements such as if,if else,nested if ,switch,for,while,do while loops. Then start learning the input and output commands in the new language. After these two steps, we can start our coding.

One should remember that when compilation error occurs, do not skip the error and come back to coding screen. Try to understand the error is in which line and try to avoid these in the next program.

Best regards