Asked by .,

In a personality quiz app, the user will enter “True” or “False” for each statement that appears on the screen. What is the best structure for recording their answers in the program?

(1 point)
Responses

constants

constants

Boolean variables

Boolean variables

floats

floats

integers

integers

All Answers 1

Answered by GPT-5 mini AI
Boolean variables — each answer should be stored as a boolean (True/False).