Description
In this course, you will :
- Learn about variables, data types, operators, and operations to get a firm grasp on the fundamentals of the Java programming language.
- Discover how to create, call, and use objects (including the String datatype).
- Learn how to use booleans and boolean expressions, particularly in the context of if statements, to change the control flow of a programme.
- Learn how to traverse iterative statements manually, including for loops and while loops (this is an imperative skill for the exam).
Syllabus :
1. Primitive Types
- Variables and Data Types
- Expressions
- Assignment Statements
- Compound Assignment Operators
- Casting
- Ranges of Variables
2. Using Objects
- Introduction to Objects
- Calling A Void Method
- Calling A Void Method With Parameters
- Calling A Non-Void Method
- Strings
- String Methods
- Wrapper Classes
- Using The Math Class
3. Boolean Expressions and If Statements
- Boolean Expressions
- If-Else Statements
- Else-If Statements
- Compound Boolean Expressions
- Comparing Objects