A programmer is making a questionnaire of True-false questions. She wants to define a data-type which stores the response of the candidate for the question. What is the most-suited data type for this purpose?
A. Integer
B. Boolean
C. Float
D. Character
Answer: Option B