👤

A class block can be an expression
Select one:
a.True
b.False

Among the statements below which is only an expression
Select one:
a.system.in.readegg;
b.“string1” + “string2”
c.true;
d.System.out.println(“Hi!”);
e.bool

True or False: A boolean variable can only have two values; it is either true or false.


Conditional test expressions can contain declarations
Select one:
a.False
b.True

Among the expressions below which is a statement?
Select one:
a.true
b.“my” + “dog”
c.number++;
d.bool
e.123/((12+2)*5)

For-loops can check the test expression at the end.
Select one:
a.True
b.False