-
Notifications
You must be signed in to change notification settings - Fork 0
Learning Plan
Mohamed Hassan (JOSEPH) edited this page Apr 21, 2023
·
102 revisions


Open lessons by order, then check the added links to start on.
Happy learning π
-
- Data types
-
- Operators
- Arithmetic Operators
- Logical Operators
- Conditional Operators =>
condition-expression ? expression-if-true : expression-if-false
- Operators
-
- Flow of control
-
- Strings
-
- Arrays
-
- Methods (Functions)
-
-
Object Oriented Programming (Modeling real world problems into mental models which will be translated later into Java code)
- Concepts:
- Tutorial 1
-
Object Oriented Programming (Modeling real world problems into mental models which will be translated later into Java code)