A step-by-step beginner’s guide to programming in Java

What you will learn

Develop your programming skill by practicing coding excercises

Improve your logical thinking

Description

Learning a programming language is not easy. There are tons of books, articles, video tutorials out there. For a beginner it’s quite overwhelming. I saw people lost their interest quickly after going through all the theories. 

If you have read programming books or watched online courses, you may have noticed most of the time everyone starts by explaining all the terms of a language. For a newcomer these topics do not make sense. It’s not necessary right away when you are just starting. I believe there is a better way to introduce coding to an absolute beginner. 

I have been thinking about this for a while and have come up with a solution. In this course I am going to teach fundamentals of programming through coding exercises. It is a crash course in Java, a widely used and very popular programming language.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

Introduction

Welcome
Software Installation: JDK and IntelliJ IDEA
Example: Write your first code – Hello World
Add new line between texts

Data Types, Variables and Arrays

Data Types
Variables
Arrays
Swap Strings

Operators & Control Statements

Operators (Part 1): Arithmetic, Assignment & Relational
Operators (Part 2): Boolean Logical & Ternary
Flowchart
Selection Statements: If & Switch
Iteration Statements: While, Do-While & For Loops