0
Whats the most basic thing we should learn first?
Can you make a list?
2 Answers
0
if you mean in java, learn variabes type, loops, if () conditions, structure of class, main() method format, how to use methods, create objects, what is static member, System.out.println(), import, how to work with strings,
next level oop basic
+ 8
What's the Best Programming Language to Learn First? It Depends
1. c++. C++ is good choice for a first language.
2. Python. Python is always recommended if you're looking for an easy and even fun programming language to learn first. ...
3. Java. Java is an object-oriented and feature-heavy programming language that's in high demand. ...
4. JavaScript. JavaScript is another incredibly popular language. ...
5.Ruby.