Good job! Declare a variable, initialize it, create a boolean using that variable and then output.
Don't forget using boolalpha
to make sure the boolean doesn't output as 0
or 1
.
Uh oh! Declare a variable, initialize it, create a boolean using that variable and then output.
Don't forget using boolalpha
to make sure the boolean doesn't output as 0
or 1
.