Java SE 11: Expressions, Arrays, and Loops


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Discover how to work with branching and Boolean expressions using if/else statements in Java.During this course, you will examine what a Boolean expression is, and how create IF/ELSE statement branches. Topics include the following: how to employ Boolean Operators, identifying the results of various Boolean expressions, how to create simple and nested IF/ELSE statements, and study the characteristics of arrays. Other subjects covered include how to declare and initialize arrays, access array elements and set their values, loop array elements, and create a FOR loop to print the elements of an array. Finally, you will learn how to use the BREAK and CONTINUE functions to control program flow in a loop.

Expected Duration (hours)
0.7

Lesson Objectives

Java SE 11: Expressions, Arrays, and Loops

  • explain what a Boolean expression is in the context of branching with if/else statements
  • identify the results of various Boolean expressions
  • create simple if/else statements
  • create nested if/else statements
  • describe the characteristics of arrays
  • declare and initialize arrays
  • access array elements and set their values
  • describe looping over array elements
  • create a for loop to print the elements of an array
  • use the break and continue function to control program flow in a loop
  • create a program that implements arrays, if/else, and a for loop
  • Course Number:
    it_sdjase_03_enus

    Expertise Level
    Beginner