Basic outline for learning a programming language:
- Operators
+ Mathematical operators: +, -, *, /, ++, --, \, %
+ Relational operators: ==, !=, >, <, >=, <=
+ Logical operators: &&, ||
+ Bitwise Operators: &, |
- Data types; char, string, number ( byte, integer, long, float, double)
- Declare and assign constant, variable, function, class
- Control commands: if, for, while, switch, continue, break
No comments:
Post a Comment