Boolean
if statements
Da fun category

100

What is the varible type for true and false?

Boolean

100

Consider the following code segment. What is printed as a result of executing the code segment?

int x = 3;
if (x > 2)
{    x = x * 2;
}
if (x > 4)
{   x = 0;
}
System.out.print(x);

0

100

Least fun person in the class

Mrs. Mcdonald

200

what is x if x>0

x is true

200

How many times did we order pizza this school year?

2

300

boolean x = (5 % 3 == 0) == (3 > 5);

What is the value of x after the statement has been executed?

true

300

who has federal officers outside their house?

me

400

(x >= 10) == (y < 12)

Which of the values for x and y will result in the expression evaluating to true ? you will only need one of them

x=10 y=11

x=9 y=12

400

What movie trailer was before the mario movie that everyone blew up about

The barbie movie

500

does == work to create a boolean?

yes

500

What is the roblox game only me, the other charlie, and blaze play?

The zombie game/Project lazures.

M
e
n
u