Java - Nested Statements, Switch Statments, and Boolean Operators

0.0(0)
studied byStudied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

Last updated 4:20 AM on 10/31/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards
Nesting:
Putting one coding structure inside of another coding structure.

Ex: if (condition) {
if ( condition) {
statements;
} else {
statements;
} else {
statements;
}
2
New cards
Boolean opperators:
AND = &&
OR = ||
NOT = !

Ex: if (root == 2 || root == -2) {
statements;
}
3
New cards
If statements with multiple boolean opperators:
These need brackets:

Ex: if ( time == 6.0 || (day.equals ("Sunday") && time == 11.0)) {
4
New cards
Switch statement:
Used to have the program make a descicion. The condition for a switch statement must be an integer expression.

int dayOfWeek = 4;
Ex: switch (dayOfWeek) {
case 6:
System.out.println("Today is saturday!");
break;
case 7:
System.out.println("Today is sunday!");
break;
default:
System.out.println("Looking forward to the weekend!");
}

*default statement will print if dayOfWeek is anything other than 6 or 7*

Explore top notes

note
Defining Abnormality
Updated 306d ago
0.0(0)
note
Sociology Test
Updated 197d ago
0.0(0)
note
Momentum
Updated 1052d ago
0.0(0)
note
Unit 6: Developmental Psychology
Updated 1063d ago
0.0(0)
note
chapitre 5 sophie Galler
Updated 779d ago
0.0(0)
note
Defining Abnormality
Updated 306d ago
0.0(0)
note
Sociology Test
Updated 197d ago
0.0(0)
note
Momentum
Updated 1052d ago
0.0(0)
note
Unit 6: Developmental Psychology
Updated 1063d ago
0.0(0)
note
chapitre 5 sophie Galler
Updated 779d ago
0.0(0)

Explore top flashcards

flashcards
Spanish 4 verbs
173
Updated 1147d ago
0.0(0)
flashcards
Apush ch.9-11
38
Updated 1212d ago
0.0(0)
flashcards
English 2 Unit 1 Vocab
20
Updated 1053d ago
0.0(0)
flashcards
Russia - APCG
47
Updated 1208d ago
0.0(0)
flashcards
3A - escuela
39
Updated 317d ago
0.0(0)
flashcards
Cell Biology
28
Updated 1085d ago
0.0(0)
flashcards
ch 5 review
60
Updated 1185d ago
0.0(0)
flashcards
clinical psychology
733
Updated 227d ago
0.0(0)
flashcards
Spanish 4 verbs
173
Updated 1147d ago
0.0(0)
flashcards
Apush ch.9-11
38
Updated 1212d ago
0.0(0)
flashcards
English 2 Unit 1 Vocab
20
Updated 1053d ago
0.0(0)
flashcards
Russia - APCG
47
Updated 1208d ago
0.0(0)
flashcards
3A - escuela
39
Updated 317d ago
0.0(0)
flashcards
Cell Biology
28
Updated 1085d ago
0.0(0)
flashcards
ch 5 review
60
Updated 1185d ago
0.0(0)
flashcards
clinical psychology
733
Updated 227d ago
0.0(0)