Assuming that the following three variables have already been declared, which variable will store a Boolean value after these statements are executed?
choice = true;
again = "false";
result = 0;

a. choice
b. again
c. result
d. none of these are Boolean variables