Section 1 : The Setup

Lecture 1 Setup on Windows 00:04:19 Duration

Section 2 : Getting Started

Lecture 1 First Program 00:08:30 Duration
Lecture 2 More way to show information 00:08:21 Duration

Section 3 : Variables and Data Types

Lecture 1 int variable 00:07:46 Duration
Lecture 2 double variable 00:04:50 Duration
Lecture 3 String variable 00:03:45 Duration
Lecture 4 boolean variable 00:02:44 Duration

Section 4 : Operators

Lecture 1 Arithmetic Operators 00:07:47 Duration
Lecture 2 Relational Operators
Lecture 3 Complex Relational Operators 00:09:02 Duration
Lecture 4 Increment and Decrement Operators 00:05:36 Duration

Section 5 : Getting Inputs

Lecture 1 int and double inputs
Lecture 2 String input 00:04:47 Duration

Section 6 : Control Structures

Lecture 1 if - else if - else 00:12:34 Duration
Lecture 2 Complex Relational + Nested if 00:07:29 Duration
Lecture 3 switch 00:10:20 Duration

Section 7 : Loops

Lecture 1 for Loop - part1
Lecture 2 for Loop - part2
Lecture 3 while loop