- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
5 Cards in this Set
- Front
- Back
|
Boolean value
|
One of two values: true or false.
|
|
if...else statement
|
A dual-alternative decision structure which specifies what to do when a certain condition is true and also what to do if that condition is false.
|
|
Logic operators
|
The && and || operators used to join two or more Boolean expressions to make a compound condition.
|
|
Nested if statements
|
The act of placing one if statement inside either the true or false path of another if statement.
|
|
switch statement
|
A Java decision structure used to test a single variable against a series of exact integer or character values.
|