What is CS101 ?
Introduction to Netbeans
How to print in Java (1.1)
Types of printing in Java (1.2)
Common printing mistakes (1.3)
Printing math in java(1.4)
Printing text and math functions(1.5)
Comments and Errors In Java (1.6)
Chapter Outcomes (1.7)
Lab1
lab1 Coding
Quiz1 Solution
What to expect (2.1)
Naming Rules (2.2)
Creating Our First Variable (2.3)
Data Types (2.4)
Example Of Variables (2.5)
Updating Variables (2.6)
Final variable (2.7)
Numerical Operators (2.8)
Mod%(2.9)
Data type rules(2.10)
Casting (2.11)
Scanner (2.12)
Increament (2.13)
Decreamenting (2.14)
How to think(2.15)
Lab 2 Understanding
Lab2 Q1
Lab2 Q2
Quiz 2 Solution
What to expect (3.1)
Boolean and Rational Operators (3.2)
One Way if(3.3)
Two Way If (3.4)
Multi way If (3.5)
Common Errors (3.6)
Example of if (3.7)
Logical Operators (3.8)
Combined Conditiions (3.9)
Switch(3.10)
Shortcuts (3.11)
Precedence (3.12)
RandomNumbers (3.13)
Quiz 3 Solution
What to expect (4.1)
Math Library (4.2)
Math Library Continued (4.3)
Char Datatype (4.4)
Char properties (4.5)
Storing char in Int (4.6)
if condition with chars (4.7)
CharTools (4.8)
String Datatype (4.9)
Understanding String (4.10)
String tools (4.11)
String tools continued (4.12)