Bei folgendem Code:
do {
System.out.println(i);
i++;}
while (i < 5);
.... wird der Code-Block mind. einmal durchlaufen
Java

Flashcard
•
Special Education
•
University
•
Hard
Quizizz Content
FREE Resource
Student preview

31 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
.... wird der Code-Block mind. einmal durchlaufen
2.
FLASHCARD QUESTION
Front
Für eine fussgesteuerte Schleife verwende ich....
Back
... ein do und eine while() Bedingung
3.
FLASHCARD QUESTION
Front
Würde dieser Code kompilieren?
int x = 10;
if (x == 10) {
int y = 20;
x = y * 2;
}
System.out.println("y is " + y);
Back
NEIN
4.
FLASHCARD QUESTION
Front
Welchen Wert nimmt die Variabel x an? int x = 60 % 7
Back
4
5.
FLASHCARD QUESTION
Front
Welchen Wert hat x?
int x = 8 : 2 (2 + 2);
Back
Fehler, deshalb keine Zuweisung
6.
FLASHCARD QUESTION
Front
Welchen Wert hat b?
int zahl = 99;
boolean b;
if ( ! ((zahl == 99) == false) ) { b = true; }
Back
true
7.
FLASHCARD QUESTION
Front
Welchen Datentyp gibt es nicht in Java? double, int, Varchar, String
Back
Varchar
Create a free account and access millions of resources
Similar Resources on Quizizz
23 questions
German Irregular Verbs

Flashcard
•
KG - University
18 questions
Kadir Gecesi Flashcard

Flashcard
•
KG - University
21 questions
Standout Plant Lover Flashcard

Flashcard
•
KG - University
23 questions
Beginning C Programming

Flashcard
•
University
26 questions
Esame K-Expert

Flashcard
•
Professional Development
21 questions
Java Loops

Flashcard
•
KG
25 questions
C++ arrays

Flashcard
•
12th Grade
25 questions
German Foods and Drinks

Flashcard
•
KG - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade