You are creating a function that must return either true or false. Which data type should the function return?

Group of answer choices

Character

Integer

Boolean

String

1 answer

The function should return a Boolean data type, as it specifically represents true or false values.