Multiple choice What is the default value of a 'boolean' variable? 0 1 True -1 False Reveal answer Fill a bubble to check yourself E Correct answer Explanation A boolean type can store either true or false. The default value of boolean is false.