• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

What is a ternary operator?

The symbols ? and : in a conditional expression form a conditional operator, which is called a ternary operator because it uses three operands

What is operator precedence and associativity?

Operator precedence and associativity determine the order in which operators are evaluated

What does a boolean variable store?

A boolean variable stores a true or false value