Java 3

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: For Loops, While Loops and Do-While Loops

 

About

This third course in our three-part series (Java 1, Java 2, and Java 3) focuses on loops—another way to control the flow of a program.

For loops, while loops and do-while loops are common to many programming languages. Students will focus on this concept, and these techniques, without the interference of other topics.

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 and Java 2 courses are prerequisites for this course and it should take about 5 hours to complete, 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: 5 hours | Prerequisites: Java 1 and Java 2 |

Syllabus

  1. The While Loop

  2. The For Loop

  3. The Do-While Loop

  4. Let’s Put Everything Together