Java 2

Teach Yourself at HOME

About This Course

Materials and Content:

This course comes with a course booklet, video explanations and code for every exercise.

Category: Programming | Contents: More with Numbers, If Statements, If-Else Statements, and Logical Operators

 

About

This second course in our three-part series (Java 1, Java 2, and Java 3) focuses on the flow of control in a program and more things you can do with numbers. Students will learn how to increment and decrement numbers in Java. They will learn about the size of different data types and about casting. Importantly, students will also learn about various types of if statements and the logical operators that support them.

Requirements

You will need a computer, the Java programming language downloaded on your computer and an Integrated Development Environment (IDE), which we discussed in our Java 1 course.

Time and Prerequisites

This course is intended for anyone looking to understand basic concepts in programming and who is willing to tackle slightly more complex concepts.

Our Java 1 course is a prerequisite for this course and it should also take about 14 hours to complete this course, although you should feel completely free to learn at your own pace—this is a marathon, not a sprint.

 

Requirements: A computer, Java Development Kit and an Integrated Development Environment | Time: 14 hours | Prerequisites: Java 1 |

Syllabus

Java 2

  1. More with umbers

  2. The If Statement

  3. If-Else Statements

  4. Other Ways to Use If Statements

  5. Logical Operators