5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Collections     Developer Collection     Java 2 Programming     Java SE 11 Development
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.

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