Multiple choice Which of the following is not a data type? Constant String Character Boolean Reveal answer Fill a bubble to check yourself A Correct answer Explanation A constant is a value that does not change during program execution, not a data type. String, Character, and Boolean are standard data types used to categorize data.