Multiple choice What data type would I use for the following: false char boolean String int Reveal answer Fill a bubble to check yourself B Correct answer Explanation The value false is a logical value representing one of two states, which is the definition of a boolean data type.