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

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;

14 Cards in this Set

  • Front
  • Back

3

It is a count-controlled loop.

6

Hello


Enter an int > 3


Hello


Enter an int > 5


Hello


Enter an int > -1

7

Enter an int > 3


Enter an int > 5


Hello


Enter an int > -1


Hello

8

i ... 20


sum ... 54

9

i ... 9


product ... 336

10

i ... 8


product ... 42

13

3

14

2034

15

i ... 5


sum ... 10

16

i ... 40


sum ... 60

17

30

20

i ... 7


sum ... 21

37

i++;

40

for (int i =1; i<5; i++)