Has anyone else ran into a problem with lesson five? I pretty sure I’m setting the true correctly but nothing is happing and its giving me a error.
If you show us, we can help you confirm that.
I need help too.
boolean isFun (true);
You should be using an = to assign a value.
in lesson 3, boolean value is being “printed”. that’s why you have to put it in parenthesis.
change it to boolean isFun = true;