In this topic I'll try to help you with choosing a programming language to learn...
Java: Powerful and platform-independent but moderate difficulty
C#: Similar to Java but more specific for Windows
C: Low-level language with pointer arithmetic, quite difficult but very powerful
Vb.Net: Very easy yet decent language for Windows only
C++: Extended C with new features
Python: Easier C syntax and usage
PPC Assembly: Memory and register based language, very low-level
x86 Assembly: Very similar to PPC
There are way more languages but I won't cover them. I hope it helped still.
Note:
I suggest learning Java (first) because it's a great language with lots of support. It's the most tagged language on stackoverflow (the biggest question and answer site for programmers on the Internet). Thank me later
Java: Powerful and platform-independent but moderate difficulty
C#: Similar to Java but more specific for Windows
C: Low-level language with pointer arithmetic, quite difficult but very powerful
Vb.Net: Very easy yet decent language for Windows only
C++: Extended C with new features
Python: Easier C syntax and usage
PPC Assembly: Memory and register based language, very low-level
x86 Assembly: Very similar to PPC
There are way more languages but I won't cover them. I hope it helped still.
Note:
I suggest learning Java (first) because it's a great language with lots of support. It's the most tagged language on stackoverflow (the biggest question and answer site for programmers on the Internet). Thank me later