• 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/15

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;

15 Cards in this Set

  • Front
  • Back

2

f


t


f


t


f


t


f


f

5

no

6

yes

7

n


y


y


n

9

using the equals method

14

String is not hello


End of sequence

19

Number 3


Number 4


Other number

20

if ( a )


b++;

25

if ( b % c == 0 )


a = true;


else


a = false;

27

if ( b * c >= 100 )


a = !a;


else


a = true;

28

if ( a && b > 10 )


c++;

31

The && operator cannot be applied to two int operands

33

if (a1 == 4)


System.out.println ( "a1 equals 4" );



(No ;)

36

The else if clause is by itself, without an if clause

37

No syntax error