What type of value is held in the "answer" variable after the following code runs?

answer = (1 + 5) >= (6 - 1)
Select one:

a.
Boolean

b.
Floating point

c.
Integer

d.
String

a. Boolean