
java while loop
Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
012
2.
FLASHCARD QUESTION
Front
Back
35
3.
FLASHCARD QUESTION
Front
Back
234
4.
FLASHCARD QUESTION
Front
How many times will the following code print "Welcome to Java"?
int count = 0;
while (count < 10) {
System.out.println("Welcome to Java");
count++;
}
Back
10
5.
FLASHCARD QUESTION
Front
What is the output of the following code?
int x = 0;
while (x < 4) {
x = x + 1;
}
System.out.println("x is " + x);
Back
4
6.
FLASHCARD QUESTION
Front
What does the code output? Options: hi, hi, hi hi hi, hi hi hi hi
Back
hi hi hi
7.
FLASHCARD QUESTION
Front
What does the code output? Options: 3, 4, 5; 1, 2, 3; 3, 4, 5, 6; 3, 4, 4
Back
3, 4, 5
8.
FLASHCARD QUESTION
Front
How many times will the following code print "Welcome to Java"?
int count = 0;
while (count < 10) {
System.out.println("Welcome to Java");
count++;
}
Back
10
Similar Resources on Wayground
9 questions
Heyyy
Flashcard
•
KG
4 questions
Novice Parliamentary Procedure Flashcard 32-35
Flashcard
•
KG - University
10 questions
CRM M1 Flashcard
Flashcard
•
KG - University
10 questions
Bell Ringer Test Two
Flashcard
•
9th Grade - University
7 questions
Indefinite reflexive Pronouns
Flashcard
•
KG - University
8 questions
Photography Event Guidelines Flashcard
Flashcard
•
KG - University
10 questions
SMS Flashcard
Flashcard
•
KG - University
7 questions
Indefinite Pronouns
Flashcard
•
KG - University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade